美文网首页
安装ipa工具

安装ipa工具

作者: 啸狼天 | 来源:发表于2022-06-07 16:49 被阅读0次
    brew uninstall ideviceinstaller
    
    brew install ideviceinstaller
    
    brew link --overwrite ideviceinstaller
    
    
    brew uninstall libimobiledevice
    
    brew install --HEAD libimobiledevice
    
    brew link --overwrite libimobiledevice
    
    

    安装ipa到真机

    ideviceinstaller -I app.ipa
    
    

    获取设备的UDID

    idevice_id -l
    
    

    查看设备上已经安装的应用的bundleId

    ideviceinstaller -l
    
    

    卸载ipa包,注意是大写U

    ideviceinstaller -U com.company.identifier
    

    相关文章

      网友评论

          本文标题:安装ipa工具

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