skip to content
crsantos
Table of Contents

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:

Terminal window
xcrun simctl uninstall booted com.example.app

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