
根据插件的指示,我应该添加一个键到Cordova.pList文件,但我找不到我的层次结构。 Here is a screenshot of the directories in my XCode project。
这个问题的修复是什么?
解决方法 由于PhoneGap升级,Cordova.pList文件已停止,而是config.xml。Source
编辑:由于原始页面已被删除,这里是一个从论坛线程的脚本:
总结Are you using the brand new PhoneGap version 2.3.0,which was release 7/Jan/2013? The Wikitude plugin is currently only tested with PhoneGap 2.2.0. In 2.3.0 cordova.pList has been changed to config.xml
From 07001
Cordova.pList is changed to config.xml
The configuration Cordova.pList file has been changed to config.xml – it comes in a new format that is the same as the AndroID config.xml. If you are upgrading,you will need to convert your existing Cordova.pList by running the bin/cordova_pList_to_config_xml script. The 2.3.0 project itself will warn you (in the console log) if you are still using the old Cordova.pList and tell you to upgrade.
Try to edit the new config.xml accordingly – we are working on a updated Plugin compliant to 2.3.0 in the next weeks.
以上是内存溢出为你收集整理的ios – 使用Phonegap安装Cordova插件 – 无Cordova.plist全部内容,希望文章能够帮你解决ios – 使用Phonegap安装Cordova插件 – 无Cordova.plist所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)