Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

用MobileDevice 安装ipa报AMDeviceSecureInstallApplication错 #14

Open
chenzhijie opened this issue Oct 24, 2016 · 11 comments
Open

用MobileDevice 安装ipa报AMDeviceSecureInstallApplication错 #14

chenzhijie opened this issue Oct 24, 2016 · 11 comments

Comments

@chenzhijie
Copy link

!AMDeviceSecureInstallApplication

可以安装到越狱手机。但是非越狱手机用itunes 或者pp助手,或者mobiledevice就安不了

@noark9
Copy link

noark9 commented Dec 24, 2016

之前遇到这个问题是 Provisioning Profile 选错了,我选了 Appstore 的 Provisioning profile 了,部署测试机的话需要 developer 或者 ad hoc 的

@keshiim
Copy link

keshiim commented Mar 7, 2017

解决了吗

@SatanWoo
Copy link

同问,这个问题也遇到了,可能是什么原因呢?

@SatanWoo
Copy link

好吧,mobiledevice一点也不靠谱,有需要的可以联系我。

@nullfy
Copy link

nullfy commented Mar 30, 2017

不管是dev还是distribute都报这个问题

@beiyu
Copy link

beiyu commented Apr 27, 2017

hi,all
我找到了一个解决方案:使用impactor 可以安装。连上手机,把ipa拖到impcator上即可安装。
我的iPhone 6s plus + iOS 10.3 测试通过。 @mumusa @keshiim @SatanWoo @noark9 @chenzhijie @

@keshiim
Copy link

keshiim commented Apr 27, 2017

thankyou @beiyu

@noark9
Copy link

noark9 commented Apr 28, 2017

@beiyu 但是用 impcator 安装的话,似乎是会影响现在的开发证书?我之前用 develop 的证书打包,是正常的

@iNarcissuss
Copy link

这个问题是因为mobiledevice用的底层库libimobiledevice的版本比较低, 好像有个与ssl通信相关的bug, 强制更新到最新版就可以了, 做法是运行如下命令
brew uninstall --ignore-dependencies libimobiledevice
brew install --HEAD libimobiledevice
后面这个命令没有代理可能会出问题, 可以直接从libimobiledevice的github仓库里clone出来再安装

@iNarcissuss
Copy link

@mumusa @keshiim @SatanWoo @noark9 @chenzhijie @beiyu

当然, 也可以用 xcode 安装ipa, 不必输入命令

@szweee
Copy link

szweee commented Sep 5, 2017

@SatanWoo 也是这个问题 怎么解决的 求教

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants