Home > front end >  Xcode stuck on "launching application"
Xcode stuck on "launching application"

Time:11-08

I just upgraded both of my Macbook Pro M2 to MacOS Ventura 13.0 and Xcode to Version 14.1 (14B47b)

After updating my xcode, my xcode is always stuck on "launching app" and simulator is on blackscreen every 2nd time I run the code.

Steps to duplicate.

  1. Close the simulator
  2. Build and run code
  3. Here, xcode runs the code perfectly.
  4. After I made changes in code and re-run the code, Xcode is now stuck on "launching app" and simulator is on blackscreen
  5. To run the code again, I would have to go back to step 1 again to run the app on simulator.

Does anyone have an idea on how can I fix this.

I tried removing derived data, changing simulators but didn't fixed the issue.

CodePudding user response:

This is bug with the latest version. you need to quit the simulator and run the project again. You can always file a bug with apple as @matt commented.

CodePudding user response:

Are you running the Xcode App with Rosetta by any chance?

Somehow that is causing the simulator to get stuck launching when trying to re-compile..

  • Related