Cocoa pods and Watchkit Extesion

后端 未结 8 1330
迷失自我
迷失自我 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:23

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

提交回复
热议问题