把Xcode升级到7.3以后出现上述问题,可以运行app,但是在打包Product-Archive时会报“Cordova/CDVViewController file not found”
解决办法:
在Build Setting->Search Paths->Header Search Paths中加入
“$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include”
如下图所示:
把Xcode升级到7.3以后出现上述问题,可以运行app,但是在打包Product-Archive时会报“Cordova/CDVViewController file not found”
解决办法:
在Build Setting->Search Paths->Header Search Paths中加入
“$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include”
如下图所示: