Getting error “No such module” using Xcode, but the framework is there

前端 未结 30 2413
小蘑菇
小蘑菇 2020-11-22 05:02

I\'m currently coding in Swift, and I\'ve got an error:

No such module Social

But I don\'t understand, because the module is in

30条回答
  •  忘掉有多难
    2020-11-22 05:26

    Make sure that the naming of you configurations in the sub projects matches that of the "parent" project. If the configuration naming don't match exactly (case-sensitive), Xcode will abort the archive process and show the error "No such module ..."

    That is, if you have a "parent" project with a configuration named "AppStore" you must make sure that all subprojects also have this configuration name.

    See my attached screenshots.

提交回复
热议问题