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 1399
遥遥无期
遥遥无期 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:06

    Uninstall And reinstall Cordova Platform

    cordova platform rm ios
    
    cordova platform add ios
    

提交回复
热议问题