Cocoa pods and Watchkit Extesion

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

    Try to change this lines

    target :'My App', target :'My Team WatchKit Extension'

    and remove colons:

    target 'My App', target 'My Team WatchKit Extension'

提交回复
热议问题