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.
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.
Delete you app from the simulator. Clean it (Command+shift+K). Run it again. Hope this will work.
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.