Xcode 7.2: In “Archive”: Getting the issue: “Cordova/CDVViewController.h’ file not found ”. While there is no such issues in building the app

前端 未结 17 1373
遥遥无期
遥遥无期 2020-12-07 14:00

In iOS, I update 7.2. I\'m able to build my existing project to my device with no problem. When it came time to archive the project to prepare for submission to the app sto

17条回答
  •  粉色の甜心
    2020-12-07 14:46

    The CDV.h file is present in CordovaLib/CordovaLib.xcodeproj/public. You can give this path and worked for me.

    I don't know how to give relative path. So I dragged/dropped the file and put it in "" with #import like:

    #import "dragged file full path"
    

提交回复
热议问题