Reputation: 5463
I just updated my project from 8.2. to 8.3 (using the latest xCode Version 6.3 6D570). Now i get this error
error: WatchKit apps must have a deployment target equal to iOS 8.2 (was 8.3).
The project and all targets are set to Latest SDK 8.3
What did I miss?
Upvotes: 7
Views: 3169
Reputation: 419
Ok , just select watch app -> go to build settings ->search for watchOS Deployment Target-> select lower version there based on the one of the watch you're using.
Upvotes: 0
Reputation: 524
I resolved this by:
After this change my project compiled and ran fine.
Upvotes: 14
Reputation: 5463
Build successful. I just changed the iOS Deployment Target of the Watch App Target to 8.2.
Why is that?
Upvotes: 1