您的位置:首页 > 产品设计 > UI/UE

xcode archived issue:'Cordova/CDVViewController.h' file not found

2015-11-02 14:07 525 查看
Cordova IOS项目Debug运行正常,当Archived的时候,出现下面错误:

xx/Classes/AppDelegate.h:30:9: 'Cordova/CDVViewController.h' file not found

解决方法:

Add this line to your Build Settings -> Header Search Paths:
"$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include"

原文见地址:http://forum.ionicframework.com/t/cordova-cdvviewcontroller-h-file-not-found-in-xcode-7-1-beta/32232/5
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: