Developed an incomplete iPhone + Watch app in Xcode 7 Beta. Tested on iOS 9 + Watch 2.0. Now need to open this project in Xcode 6 to release.
Getting the following errors:
Target specifies product type 'com.apple.product-type.watchkit2-extension', but there's no such product type for the 'macosx' platform
Error: There is no SDK with the name or path '/Users/a1/Desktop/GangstaDoc/watchos'
Anybody else have this issue? Any fixes?
Xcode 6 doesn't support building watchOS 2 apps, so you won't be able to build with Xcode 6. It also doesn't support building iOS 9 apps.
You will only be able to build this project with Xcode 7.