Remove app from iOS Simulator
/ 1 min read
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:
xcrun simctl uninstall booted com.example.appWhere com.example.app is the bundle id of the application you want to remove