简体   繁体   English

用phonegap-build创建的.ipa安装出现问题

[英]Trouble with .ipa installation created with phonegap-build

I encounter an error when I try to install my app on my ipad (IOS 5.1). 尝试在ipad(IOS 5.1)上安装应用程序时遇到错误。 This application was built with phonegap-build. 此应用程序是使用phonegap-build构建的。

I followed these steps: 我遵循以下步骤:

  • Create & register my .mobileprovision for my UUID on apple developer portal with this tutorial: http://www.iandevlin.com/blog/2012/11/phonegap/building-an-ios-signing-key-for-phonegap-in-windows 使用以下教程,在Apple开发人员门户上为我的UUID创建并注册.mobileprovision: http ://www.iandevlin.com/blog/2012/11/phonegap/building-an-ios-signing-key-for-phonegap-in -视窗

  • Register & unlock my key on phonegap-build (I have the good UUID on logs) 在phonegap-build上注册并解锁我的密钥(我在日志中拥有良好的UUID)

  • With ITUNES, I installed my .mobileprofile on my IPAD 使用ITUNES,我在IPAD上安装了.mobileprofile

But when I tried to install the application (.ipa) by drag & drop, the icon is shown on the Ipad but the installation stuck approximately at 75% and then, cash. 但是,当我尝试通过拖放安装应用程序(.ipa)时,图标显示在Ipad上,但安装卡在大约75%处,然后套现。

On the crashReport file I have: http://pastebin.com/4NfjCG5Y 在crashReport文件中,我具有: http ://pastebin.com/4NfjCG5Y

Does someone knows a solution? 有人知道解决方案吗?

Regards, 问候,

OK, my application successfully installed on an other iphone under IOS7. 好的,我的应用程序已成功安装在IOS7下的其他iPhone上。

So, The solution was: 因此,解决方案是:

  • IOS 5.X is not supported anymore by phonegap >= 3.5 >> 3.5不再支持IOS 5.X
  • phonegap 3.5 is needed to submit application to appStore 需要phonegap 3.5才能将应用程序提交到appStore

Thks! ks!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM