1
votes

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
Fot that you just rest the Simulator from IOS Simulator -> Reset Content and SettingsNimit Parekh
Try to clean the project. Project > CleanEnriMR
Cleaning the project worked for mewebo80

1 Answers

0
votes

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.