Xcode 6.3 --> 8.2 simulator crash

718 Views Asked by At

I can't launch my watch app using iOS 8.2 simulator with Xcode 6.3 . I receive this crash at startup : "Dyld Error Message: app was built for iOS 8.3 which is newer than this simulator 8.2"

My iOS app's deployment target is iOS 7.0, my watchKit Extension's, and Watch App's deployment target is 8.2 .

Do you have any idea how can this issue be solved?

1

There are 1 best solutions below

4
On

Something in your project has a deployment target of 8.3 set. I suggest you grep through your project and xcconfigs for IPHONEOS_DEPLOYMENT_TARGET to see where it may be coming from.