Cocoa pods and Watchkit Extesion

后端 未结 8 1284
迷失自我
迷失自我 2021-02-06 00:50

I try to build a WatchKit Extension for my app...

I Updated the pods file to look like this:

platform:ios, \'8.0\'
use_frameworks!
source \'https://githu         


        
相关标签:
8条回答
  • 2021-02-06 01:19

    You need to open the xcworkspace file instead of the project file when using CocoaPods.

    0 讨论(0)
  • 2021-02-06 01:23

    Rename the target so it doesnt include any spaces -> MyTeamWatchKitExtension both in podfile and also in General -> Targets. This solved my problem

    0 讨论(0)
提交回复
热议问题