1

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.

enter image description here

Eric Aya
  • 69,473
  • 35
  • 181
  • 253
Fares Benhamouda
  • 589
  • 8
  • 21

2 Answers2

1

Delete you app from the simulator. Clean it (Command+shift+K). Run it again. Hope this will work.

1

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.

Fares Benhamouda
  • 589
  • 8
  • 21