admin 发表于 2015-12-28 15:03:02

Cordova/CDVViewController.h file not found 解决办法

最近把Xcode升级到7.1出现上述问题,可以运行app,但是在打包app提交到appstore的时候会报 Cordova/CDVViewController.h file not found      查了好久才找到原因,参考了http://stackoverflow.com/questions/33379291/cordova-app-failing-to-archive-with-xcode-7-1-cordova-cdvviewcontroller-h-file


解决方法:


   Header Search Path 加入
"$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include"



    http://i.stack.imgur.com/R5LuC.png

怎么找图片里面的   Header Search Path呢,我们可以在右上角搜索Header ,然后就可以看到了






页: [1]
查看完整版本: Cordova/CDVViewController.h file not found 解决办法