我目前正在使用 PhoneGap 将现有的移动 Web 应用程序移植到 IOS。我想使用 Frank/Calabash 测试 IOS 应用程序。我目前使用任何一个测试框架都面临同样的问题。对于 Frank 和 Calabash,当我尝试构建应用程序时,我收到以下错误
clang: error: no such file or directory: 'UIKit'
clang: error: no such file or directory: 'AVFoundation'
clang: error: no such file or directory: 'CoreMedia'
事实上,这些框架确实存在于 iPhoneOS6.1 SDK 中。
为了缩小问题的范围,我创建了一个演示 HelloWorld PhoneGap 应用程序并尝试了 Frank 和 Calabash,但得到了同样的错误。
演示应用程序位于https://github.com/jmadan/phonegap-hello.git
XCODE version used = 4.6.3
Cordova version = 3.0.3
IOS version = 10.8.4
有没有人遇到同样的问题???如果是,那么有什么建议吗?