Cordova app failing to Archive with Xcode 7.1 (Cordova/CDVViewController.h file not found)

前端 未结 5 1436
广开言路
广开言路 2020-12-13 20:57

I\'ve recently updated my Xcode to version 7.1 (from 7.0.1) and my Cordova app is failing to Archive with the error that says:

\'Cordova/CDVViewContro

5条回答
  •  一向
    一向 (楼主)
    2020-12-13 21:47

    This is the solution!

    Add this line to your Build Settings -> Header Search Paths:

    "$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include"
    

提交回复
热议问题