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

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

    I had already installed pods. Build worked without any problems when I builded application on my device, but archive didn't work. I just run:

    pod install
    

    no new pods were installed, just .xcodeproj file got regenerated and archive started working

提交回复
热议问题