Phonegap CDVViewController.h file not found when Archiving for iOS

前端 未结 10 593
青春惊慌失措
青春惊慌失措 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:32

    Xcode 7.2 is a little different

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

    needs to be put in the header search paths for debug and for release.

    Header search paths have a debug and release sub field

提交回复
热议问题