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

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

    The following steps worked for me.

    1. Quit xcode
    2. Run "pod update" in terminal
    3. Open .xcworkspace and build again.

提交回复
热议问题