xcode - cordova file not recognised when app built from command line + ios -
i have created app in ios cordovav 2.1.0 framework. building app command line(from path proj_name.xcodeproj exists) command :-
xcodebuild -sdk iphoneos6.1 -target blahapp
. error
fatal error: 'cordova/cdvviewcontroller.h' file not found.
why error coming? error does'nt come when run app xcode. seems not recognising cordova files. appreciated
hi use latest phonegap version , cli, may solve problem. check this
Comments
Post a Comment