Simulator keeps crashing in Xcode 4.4
Asked Answered
P

5

3

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.

Pittance answered 27/7, 2012 at 16:2 Comment(1)
Hi, you have resolve the problem? I have the same problem, and now i download with Xcode 4.5 and sdk 6, I'll tell you if it works.Thorlay
T
1

I solved by installing xcode 4.5 and ios sdk 6. Now all work fine.

Thorlay answered 30/8, 2012 at 16:23 Comment(1)
This worked for me as well, also with the recent OSX Mountain Lion update it works in Xcode 4.4 as wellPittance
D
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.

Dolorous answered 27/7, 2012 at 16:14 Comment(0)
T
1

I solved by installing xcode 4.5 and ios sdk 6. Now all work fine.

Thorlay answered 30/8, 2012 at 16:23 Comment(1)
This worked for me as well, also with the recent OSX Mountain Lion update it works in Xcode 4.4 as wellPittance
A
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.

Askwith answered 27/7, 2012 at 16:8 Comment(5)
how do you reset the iphone simulatorPittance
Click on "iOS Simulator" from Menu. Then click on "Rest content and Setting". Then Click on "Reset"Askwith
unfortunately the simulator never opens so I'm unable to resetPittance
I can't find the simulator application anywherePittance
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.Thumb
R
0

Reboot the simulator ..... sometimes some apps remain in the memory.... Otherwise reinstall it ... some data could be corrupt... :)

Rufina answered 28/7, 2012 at 6:53 Comment(0)
B
0

I had the same issue on Lion. After upgrade to Mountain Lion I haven't such issue.

Bohun answered 30/7, 2012 at 8:24 Comment(1)
I am running Mountain Lion :(Pittance

© 2022 - 2024 — McMap. All rights reserved.