What what
What what

Reputation: 527

Simulator keeps crashing in Xcode 4.4

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.

Upvotes: 3

Views: 1985

Answers (5)

Doom
Doom

Reputation: 1278

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

Upvotes: 1

Alex Sfinx87
Alex Sfinx87

Reputation: 244

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

Upvotes: 0

IronManGill
IronManGill

Reputation: 7226

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

Upvotes: 0

lreichold
lreichold

Reputation: 765

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.

Upvotes: 1

AAV
AAV

Reputation: 3803

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.

Upvotes: 0

Related Questions