I have been having this Xcode problem for a couple of months where my iOS simulator stops working whenever i run any application on Xcode and says, \"The simulated application q
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