zoukankan      html  css  js  c++  java
  • xcode模拟器使用常用的命令。

    1.查看模拟器的udid用的

    xcrun instruments -s

    xcrun simctl list

    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

    5、启动模拟器上的APP

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

    6.不启动 Xcode 该如何开启 iOS 模拟器?

    /Applications/Xcode.app/Contents/Developer/Applications/Simulator

     

    7.ios app 包查看包名(Bundle identifier

      打开plist编辑器,open打开解压后的安装包中的info.plist文件 ,查看plist中的Bundle identifier。

     

  • 相关阅读:
    实验二
    实验一
    网络对抗技术 实验四 恶意代码技术
    网络对抗技术 实验三 密码破解技术
    网络对抗技术 实验二 网络嗅探与欺骗
    网络对抗技术 实验一 网络侦查与网络扫描
    实验6
    实验5
    caogao
    实验四
  • 原文地址:https://www.cnblogs.com/brianlai/p/11142512.html
Copyright © 2011-2022 走看看