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
You need to open the xcworkspace file instead of the project file when using CocoaPods.
Rename the target so it doesnt include any spaces -> MyTeamWatchKitExtension both in podfile and also in General -> Targets. This solved my problem