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 1370
遥遥无期
遥遥无期 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 15:03

    The above solutions did not work for me.

    In my case, when I build my iOS platform, CordovaLib folder was not included.
    1. Delete existing CordovaLib.xcodeproj
    2. Add existing files. Add CordovaLib.xcodeproj from CordovaLib folder
    3. Add dependencies and select CordovaLib
    4. Add link Binaries with library and select libCordova.a
    

    Thats it!

提交回复
热议问题