I kept running into two error messages. My iOS Hello world app wasn’t starting up. Just a simple app after the host machine was synced and built. So kept looking for solutions until I found one here: http://forums.xamarin.com/discussion/5217/communication-issues-from-windows-8-to-mac-mini
Here are the two messages I was running into:
- There was an error launching the application: iOS Simulator failed to install the application.
- has exited with code 0 or has exited with code –1
The solution was of two parts. I had to reset the iPhone Simulator and add the identifier information in. Once done, it seemed to work the proper way.
On iOS
Click iPhone Simulator a the top title bar, then Reset Content and Settings.
Hope that helps for someone.