How to install my PGB app on IOS

假装没事ソ 提交于 2019-12-12 00:31:11

问题


I'm developping an application for Android & IOS with phonegap/cordova & phonegap-build.

After follow this great tutorial: http://www.iandevlin.com/blog/2012/11/phonegap/building-an-ios-signing-key-for-phonegap-in-windows , I created & installed the profile on my IPAD (IOS 5.1) but when I want to install my .ipa file (with Itunes) on it, I have an error because my app need a higher IOS version.

I use phonegap v3.7.0

Does anyone were able to install a phonegap app on your IOS device and is able to help me?


回答1:


Ok, the solution was on the documentation...

<preference name="deployment-target" value="5.0" />

Works now, thks :)



来源:https://stackoverflow.com/questions/32525492/how-to-install-my-pgb-app-on-ios

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!