码迷,mamicode.com
首页 > 移动开发 > 详细

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

时间:2014-12-18 10:27:45      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:android开发

把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

标签:android开发

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!