My iOS app has a deployment target of 7.0 and my WatchKit App of 8.2.
Xcode won't allow me to run the iOS app on an iOS 7 device. It says my WatchKit App has a deployment target of 8.2 so it can't run on an iOS 7 device. If I change the deployment target of the WatchKit App then the project fails to build.
How can I run an app from Xcode with a WatchKit App on iOS 7?