Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why does my iOS app no longer run in the iOS 5.0 Simulator in Mountain Lion?

I was forced to upgrade to Mountain Lion so that I could use Keynote.

Now my iOS app does not run under the simulator. I was using iPhoneSimulator5.0.sdk earlier. Now when I run the app, it gives the error

The simulated application quit. Click Relaunch to try again.

There is an option to switch SDK but there is only one SDK installed and nothing to switch to.

What am I doing wrong?

like image 481
user1590307 Avatar asked Aug 10 '12 13:08

user1590307


1 Answers

You should download and install the IOS 5.0 Simulator, to do so:

  1. open Xcode
  2. from Xcode menu select Preferences... (or press cmd+,)
  3. go to the Downloads tab
  4. under Components you'll find IOS 5.0 Simulator, install it.
like image 194
Marco Fabbri Avatar answered Sep 18 '22 17:09

Marco Fabbri