I am currently migrating an existing mobile web application to iOS using PhoneGap. I wanted to test the iOS app using Frank / Calabash. I am currently facing the same problem using one of the test platforms. For Frank and Calabash, when I try to create an application, I get the 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 the iPhoneOS6.1 SDK.
To narrow down the problem, I created the HelloWorld PhoneGap demo application and tried Frank and Calabash but got the same error.
Demo application is available at https://github.com/jmadan/phonegap-hello.git
XCODE version used = 4.6.3 Cordova version = 3.0.3 IOS version = 10.8.4
Has anyone else encountered the same problem ??? If so, any suggestions?
source share