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

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

    What worked for me is this solution to another question. Closing Xcode and reopening the project as workspace.
    Go to your project folder and open .xcodeworkspace file.
    Once you open the workspace (instead of project), Pods should appear as top level project in Project Navigator.

提交回复
热议问题