Fares Benhamouda
Fares Benhamouda

Reputation: 619

Can't install app in iOS 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.

enter image description here

Upvotes: 2

Views: 4258

Answers (2)

Fares Benhamouda
Fares Benhamouda

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

Yadukrishnan A
Yadukrishnan A

Reputation: 55

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

Upvotes: 1

Related Questions