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.
在android中,有一个命令可以启动一个没有头部或窗口的sim,它占用的内存要少得多,例如
emulator -avd Pixel2Four_API_27 -no-window -no-audio -no-snapshot-load
iOS sims 有这样的模式吗?
谢谢
以无头模式启动模拟器,例如 iPhone 11:
xcrun simctl boot iPhone\ 11
如果您想要所有可用模拟器的列表,请使用以下命令:
instruments -s devices
在任何时候,您都可以通过启动模拟器应用程序来查看模拟器的 UI:
open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app/