Reputation: 6353
In Android Studio its possible to uninstall app from simulator or real device by terminal or plugin(as I show in below image).How can I do the same in Xcode?Is it possible?
Upvotes: 0
Views: 1007
Reputation: 19602
Remove from device:
Remove from Simulator:
It is not possible to remove an app from Simulator using Xcode. You can do it using the Simulator itself:
a) Long press
b) Reset
Upvotes: 1