IOS Simulator cannot find sdk and the simulated application quit errors IOS Simulator cannot find sdk and the simulated application quit errors xcode xcode

IOS Simulator cannot find sdk and the simulated application quit errors


Go to Xcode -> Preferences -> Downloads and make sure the "Target SDK" you have selected in your project is in fact installed under the Downloads windows. For me this magically was uninstalled. Once i installed the SDK that my app was using, all worked again


This worked for me: http://www.colinbowern.com/posts/the-simulated-application-quitI just deleted the folder "6.1" under ~/Library/Application Support/iPhone SimulatorThe I just launched again the app and the simulator recreated correctly the 6.1 folder.


Resetting the simulator settings (iOS Simulator > Reset Contents and Settings) resolved this issue for me.