When ever I run my app in Xcode 4.4 the simulator fails to open, "iOS Simulator quit unexpectedly." It runs on perfectly on the device though.
Asked
Active
Viewed 1,971 times
5 Answers
1
You may have had a bad build on the Simulator, which is now messing things up.
- Clean your code
(Product > Clean in XCode)
- Reset your simulator settings
(iOS Simulator menu > Reset Content and Settings)
That should do it.

lreichold
- 755
- 12
- 27
1
I solved by installing xcode 4.5 and ios sdk 6. Now all work fine.

Doom
- 1,258
- 3
- 15
- 24
-
This worked for me as well, also with the recent OSX Mountain Lion update it works in Xcode 4.4 as well – What what Sep 06 '12 at 23:02
0
I Had the same problem i just did following steps and it works fine
1) Reset your iPhone simulator
2) Clean Build your code
3) Restart your computer
Its works for me.

AAV
- 3,785
- 8
- 32
- 59
-
-
1Click on "iOS Simulator" from Menu. Then click on "Rest content and Setting". Then Click on "Reset" – AAV Jul 27 '12 at 16:13
-
-
-
With Xcode 4.4 the path to the simulator application is /Applications/Xcode.app/Contents/Applications/iPhone Simulator.app. With other Xcode versions the path may be different. – ryandesign Jul 28 '12 at 19:30
0
Reboot the simulator ..... sometimes some apps remain in the memory.... Otherwise reinstall it ... some data could be corrupt... :)

IronManGill
- 7,222
- 2
- 31
- 52
0
I had the same issue on Lion. After upgrade to Mountain Lion I haven't such issue.

Alex Sfinx87
- 244
- 5
- 16