该 *** 作在 Android和windowsPhone7项目中成功完成.
我在iOS项目中有问题:
当我构建项目以尝试功能时,输出控制台会发出以下警告:
2012-08-19 11:02:17.480 MyProjectname[1414:13703] Error: executing module function 'setInfo' in module 'cordova/plugin/ios/device'. Have you included the iOS version of the cordova-1.8.1.Js file?2012-08-19 11:02:17.689 MyProjectname[1414:13703] CDVPlugin class CDVDevice (pluginname: Device) does not exist.2012-08-19 11:02:17.703 MyProjectname[1414:13703] ERROR: Plugin 'Device' not found,or is not a CDVPlugin. Check your plugin mapPing in Cordova.pList.2012-08-19 11:02:17.720 MyProjectname[1414:13703] Failed pluginjsON = {"classname":"Device","methodname":"getDeviceInfo","arguments":["Device1"]}
上面的第一行表明Cordova找到旧的Js文件,而不是最新的2.0.0.
我该如何解决这个问题?
谢谢大家.
解决方法 我确定已将以下条目添加到pList文件中:Key: Device Type: String Value: CDVDevice
但即使在添加上述内容后,我仍然在日志中收到相同的消息.
所以我清理了我的Xcode项目并为我修复了它:
Product -> Clean总结
以上是内存溢出为你收集整理的从cordova-1.8.1升级到cordova-2.0.0失败到iOS全部内容,希望文章能够帮你解决从cordova-1.8.1升级到cordova-2.0.0失败到iOS所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)