0

I have created an app in IOS with cordovav 2.1.0 framework. I am building the app from command line (from the path where the proj_name.xcodeproj exists) with command as :-

xcodebuild -sdk iphoneos6.1 -target blahapp. I get the error as

fatal error: 'Cordova/CDVViewController.h' file not found.

Why is this error coming? This error doesn't come when I run the app from xcode. Seems that it is not recognising the cordova files.

halfer
  • 19,824
  • 17
  • 99
  • 186
clint
  • 1,786
  • 4
  • 34
  • 60

1 Answers1

0

Hi use latest Phonegap version and CLI, that may solve your problem. check this also

Arjun T Raj
  • 3,187
  • 1
  • 21
  • 44