Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法从命令行在 iOS 模拟器上启动应用程序,比如
simctl launch <app-package>
或类似的东西?
要安装您的应用程序: xcrun simctl install booted
启动应用程序:xcrun simctl launch booted
希望这可以帮助。