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

前端 未结 5 1432
广开言路
广开言路 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:38

    On the screenshot I see a whitespace on "build/UninstalledProducts/iphoneos/include ", try removing it.

    And you don't have to remove the old, "$(OBJROOT)/UninstalledProducts/include", you have to keep both

提交回复
热议问题