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?
IOS Simulator -> Reset Content and Settings
– Nimit Parekh