如何使用命令行从 iPhone 模拟器卸载应用程序?

How to uninstall an app from iPhone simulator using the command line?

我想从命令行卸载或删除 iOS 应用程序。假设应用程序调用 ApplicationName,那么有没有办法从命令行执行此操作?

从终端,运行:

xcrun simctl uninstall booted <app identifier>