其他分享
首页 > 其他分享> > xcode模拟器使用常用的命令。

xcode模拟器使用常用的命令。

作者:互联网

1.查看模拟器的udid用的

instruments -s devices  

2.启动这个模拟器:

xcrun instruments -w 'B39EC2FF-8A8B-4BFF-AFA4-7875904A9EB8'

3.在这个模拟器安装路径下的APP

xcrun simctl install B39EC2FF-8A8B-4BFF-AFA4-7875904A9EB8 /Users/brian/Desktop/TPPortal.app

4.卸载这个模拟器中的APP

xcrun simctl uninstall B39EC2FF-8A8B-4BFF-AFA4-7875904A9EB8 com.cntaiping.portalQingyunTest

标签:常用,xcode,xcrun,4BFF,AFA4,8A8B,B39EC2FF,模拟器
来源: https://www.cnblogs.com/brianlai/p/11142512.html