I am using Xcode 7.0.1 and trying to build and app for iOS 9.0 and watchOS 2 and keep getting the below error when I build in Xcode
error: WatchKit apps must have a deployment target equal to iOS 8.2 (was 9.0).
I am using code which requires iOS 9.0 so I have gone into the project/targets Build settings and into IOS Deployment Target and set to 9.0 and get the above error. Changing IOS Deployment Target to 8.2 does not work as then I get a different error as I am using code which requires iOS 9.0
Any ideas?