No such module 'RestKit' with cocoapods and swift

后端 未结 25 2259
再見小時候
再見小時候 2020-12-01 02:34

I am having this problem with a brand new project. This problem happens with both RestKit and Facebook SDK. Strangely SwiftyJSON works just fine. I create a brand new swift

25条回答
  •  眼角桃花
    2020-12-01 03:14

    I had the same problem. My solution was to open the project using the .xcworkspace, not the .xcodeproj. .xcodeproj only contains the main project; .xcworkspace includes everything including Restkit.

提交回复
热议问题