现在的位置: 首页 > 综合 > 正文

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

2019年09月12日 ⁄ 综合 ⁄ 共 570字 ⁄ 字号 评论关闭
文章目录

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

抱歉!评论已关闭.