Reputation: 619
I'm trying to run a simple app written in Swift with Xcode 9 Beta (9M136h).
For some reasons the app could not be installed, I get stuck in the "installing" phase within the simulator.
Upvotes: 2
Views: 4258
Reputation: 619
Thanks to Muhammad Hassan's comment , I managed to solve it this way :
In the menu at the top of the screen, I pressed 'Hardware' and then 'Erase all Content and Settings' fixe the issue for me. This will clear the entire simulator.
Then I did a clean, build and run.
Upvotes: 2
Reputation: 55
Delete you app from the simulator. Clean it (Command+shift+K). Run it again. Hope this will work.
Upvotes: 1