美文网首页
ios命令行安装卸载应用

ios命令行安装卸载应用

作者: 白天才痴 | 来源:发表于2016-05-30 13:26 被阅读2715次

    https://github.com/benvium/libimobiledevice-macosx
    clone下来后、添加到环境变量后即可使用
    常用的如:
    idevice_id list 查看连接的设备udid
    ideviceinstaller -i ipa 安装到设备
    ideviceinstaller -u appid 卸载app

    通过xcrun命令将debug包安装、卸载、启动 (模拟器上)
    e.g.
    xcrun simctl install booted
    /Users/用户名/Library/Developer/Xcode/DerivedData/Article-
    emtbibjqatdqsagrujgbbijsqmrg/Build/Products/Debug-iphonesimulator/test.app/
    xcrun simctl uninstall booted appid
    xcrun simctl launch booted appid

    相关文章

      网友评论

          本文标题:ios命令行安装卸载应用

          本文链接:https://www.haomeiwen.com/subject/lhtcdttx.html