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

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

    I just deleted my cocoapod. Then, I did a pod install to remove it. Then, I just added it back into my podfile and re-installed it. That made it work. Not sure why.

提交回复
热议问题