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

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

    In Xcode 10.1 the solution for me was to change the build system on Workspace Settings in the File menu. It is by default set to New Build System, changed that to Legacy Build System and that did the trick.

提交回复
热议问题