Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
205 views
in Technique[技术] by (71.8m points)

ios - The Simulator can't be launched because it is already in use

I'm working with xcode 5, and often get The Simulator can't be launched because it is already in use. when it's not running or open (i.e. after i do: quit simulator).

I stopped the application & don't have any other project that is open, running or using the simulator (please avoid these kind of suggestions).

this happens after i get and exception.

how can I "free" the simulator process without having to reboot my computer (right now that is the only solution i found) I've tried:

  1. simulator -->services-->a reset content and settings
  2. closing xcode and re-opening
  3. xcode --> developer toos --> simulator -->(open the simulator) quit simulator
  4. Activity monitor --> (the simulator is closed so nothing here to force close)

also the exception is not getting caught in any of my try catch so i wondering if which tool from the developer instrument can help me figure out what is wrong.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

I got the solution..

  1. First of all quit your simulator.
  2. And then quit and restart Xcode.
  3. And then run your project.

I hope it will help you...


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...