首页 > 移动平台 > 详细

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

时间:2014-12-18 10:25:59      阅读:518      评论:0      收藏:0      [点我收藏+]

把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人 整理发布,转载须标明出处。            

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

原文:http://blog.csdn.net/androidmylove/article/details/42001283

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!