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

前端 未结 30 2168
小蘑菇
小蘑菇 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:34

    I fixed this with

    Targets -> General -> Linked frameworks and libraries

    Add the framework which should be at the top in the Workspace folder. Pain in the arse.

提交回复
热议问题