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 1437
遥遥无期
遥遥无期 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条回答
  •  猫巷女王i
    2020-12-07 14:54

    If adding this line:

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

    to the headers-search-path (as described in 'im3r3k' answer) didn't fixed this issue, also set this:

    Build Settings -> Architectures -> Build Active Architecture Only -> YES
    

提交回复
热议问题