Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 8.1 stuck while trying to launch the app

I'm facing problem while running a project in xcode 8.1. Xcode gets stuck during "Waiting for app to launch" process and it keeps loading forever. it does not throw any error also. Project builds fine but it isn't running on the simulator. I tried deleting the derived data. Tried deleting the .xcworkspace file.

I've looked upon these answers

https://stackoverflow.com/a/13834705/4863339

https://stackoverflow.com/a/16037836

These answers don't seem to be helping me much.

like image 875
Abhishek Harsha Avatar asked Jan 04 '23 14:01

Abhishek Harsha


2 Answers

For me restarting mac helped, nothing else I googled did.

like image 166
Simon Moshenko Avatar answered Jan 14 '23 21:01

Simon Moshenko


Could it be that you disabled automatic start of the app?

Open your scheme via "Edit scheme..." menu, and make sure that "launch" setting in Run settings is set to Automatically.

Apple guide

like image 35
hybridcattt Avatar answered Jan 14 '23 22:01

hybridcattt