cordova - calabash-ios setup clang: error: no such file or directory 'UIKit' -


i porting existing mobile web application ios using phonegap. wanted test ios application using frank/calabash. facing same issue using either of test frameworks. both frank , calabash when try build app following error

clang: error: no such file or directory: 'uikit' clang: error: no such file or directory: 'avfoundation' clang: error: no such file or directory: 'coremedia' 

in fact these frameworks exist in iphoneos6.1 sdk.

to narrow down problem created demo helloworld phonegap application , tried frank , calabash got same error.

demo app available @ https://github.com/jmadan/phonegap-hello.git

xcode version used = 4.6.3 cordova version = 3.0.3 ios version = 10.8.4 

has else faced same issue??? if yes suggestions?

we had same error using calabash , frank. fix bit hit , miss found running cordova build again create whole ios app fresh eg. no frank or calabash stuff in there, putting calabash worked , able compile , run tests.

how ever may later run issues cdvviewcontroller.h not being found or find works if trying automate tests through ant script etc. complain not running cucumber command in correct place cordova compiled .app file beware of this. may need clever file copying , edit app_bundle_path when point.

hope helps...


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -