Simulator won't start, stuck on checking "Simulator" after updating my Xcode to 8.2.1

I updated my Xcode to 8.2.1 after trying to run my code, but the simulator won't start, it got stuck checking the "simulator", taking another two days until it could work. Can anyone help with this?

+3


source to share


2 answers


This is a known bug for Mac computers that do not support METAL. (For more information: Xcode 8.2 simulator issue )

As a workaround, try restarting the project (clear Derived Data). If not allowed, then ....



Use the latest Xcode tool: Xcode 8.3.2

(Completely uninstall (uninstall) Xcode and supporting files from your system before installing the new tool)

0


source


I just left an existing project in Xcode (8.2.1) and then created a new project and tried to run the simulator it works!



0


source







All Articles