Carlos Santos

iOS Dev

Remove app from iOS Simulator

2017-02-19 1 minmobile

Remove app from iOS Simulator (terminal based)

If you ever need to remove an app from the iOS Simulator (let’s say your CI environment needs a clean install of the app) just hit:

xcrun simctl uninstall booted com.example.app

Where com.example.app is the bundle id of the application you want to remove