Phonegap CDVViewController.h file not found when Archiving for iOS

前端 未结 10 617
青春惊慌失措
青春惊慌失措 2020-11-27 12:57

I\'m currently using Phonegap 2.0 to develop an iOS App in XCode. The app builds and runs fine in the emulator and also on the testing devices.

The problem appears w

10条回答
  •  日久生厌
    2020-11-27 13:41

    You may need to update your CordovaLib sub-project reference.

    Launch Terminal Go to the location where you installed Cordova in the bin sub-folder. For example, /Users/Shared/Cordova/phonegap-2.2.0/lib/ios/bin

    Run the command below where the first parameter is the path to your project's .xcodeproj file:

    ./update_cordova_subproject /path/to/your/project
    

提交回复
热议问题