IOS 编译错误,iOS compile error: no visible @interface for 'CDVCommandDelegateImpl' declares the selector

把Cordova 升级到 3.6.3 版本后,在变异的使用出现了如下问题
The error:
/Volumes/local.uhmuhm.net/projectxxx/htdocs/phonegap/src/Projectxxx/platforms/ios/Projectxxx/Classes/MainViewController.m:154:19: error: no visible @interface for ‘CDVCommandDelegateImpl‘ declares the selector ‘execute:‘ return [super execute:command];


其他信息如下:

安装平台 android 3.6.3, ios 3.6.3

使用的最新的 xcode version (6.0.1)

升级之前以前正常,实际到 Cordova to 3.6.3 出现的改问题,以前的版本是 3.4.1
Any idea on how to solve this?
如何解决这个问题?

问题定位

cordova platform 平台引用问题

处理方法

我碰到过相同的问题,并解决了
cordova platform 删除掉 iosc
cordova platform 上添加 ios


原文地址:http://www.itmmd.com/201410/24.html
该文章由 萌萌的IT人 整理发布,转载须标明出处。            

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。