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
Try to change this lines
target :'My App', target :'My Team WatchKit Extension'
target :'My App'
target :'My Team WatchKit Extension'
and remove colons:
target 'My App', target 'My Team WatchKit Extension'
target 'My App'
target 'My Team WatchKit Extension'