siva krishna
siva krishna

Reputation: 1179

Unable to boot the IOS simulator

When I'm running project build is succeeded, but simulator is not loading saying message "Unable to boot the simulator". Im only able to test in real device.

Please help me .

Thank you....

Upvotes: 1

Views: 2704

Answers (4)

wai
wai

Reputation: 31

Download the latest simulator (Preference - Components), after installed, run again.

Upvotes: 0

kanstraktar
kanstraktar

Reputation: 5357

It's a weird one, but updating to macOS Sierra seems to solve it.

Upvotes: 0

predaV
predaV

Reputation: 11

Had exactly the same problem at the time of the original post. Everything was working fine a day before, running OS X 10.11.6, with both XCode 7.1.1 & XCode 8 installations. Tried everything from rebooting, cleaning, etc. to reinstalling XCode without any success.

In my case, permissions for "private/tmp" mysteriously changed.

  1. check .../Library/Logs/DiagnosticReports for crashes of "launchd_sim" and possible hints
  2. open terminal and run "sudo /usr/libexec/repair_packages --verify --standard-pkgs /". If it says something about "private/tmp", you're likely having the same issue.
  3. either try to repair the permissions yourself ( it's a pain with El Capitan ), or run a OS X update if you haven't. The later did the trick for me...

Hope it solves your problem as well.

Upvotes: 1

MKoosej
MKoosej

Reputation: 3696

It's hard to say what exactly is the problem. But there are only 3 possibilities that I can think of:

  1. the iOS image that simulator tries to load is corrupted/not downloaded properly.
  2. You are using a CPU architecture that is not supported by iOS simulator.
  3. File permission issues. You are running XCode from a location or by a user that doesn't give you enough access to load the iOS images.

Upvotes: 1

Related Questions