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
On Xcode 7.1, you would need to update header search paths field from $(OBJROOT)/UninstalledProducts/include to $(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include
header search paths
$(OBJROOT)/UninstalledProducts/include
$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include
You can find header search paths under build settings -> search paths
build settings
search paths