您的位置:首页 > 移动开发 > IOS开发

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

2014-12-18 09:21 525 查看
把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人 整理发布,转载须标明出处。            
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  android开发
相关文章推荐