我也是 iphone 开发和 phonegap 的新手。现在我想使用 phonegap 创建简单的 iphone 应用程序。现在我在lion mac 中使用phonegap2.0。我的 Xcode 版本是 4.3。现在我的问题是在我的 Simulator 5.0 中运行 Xcode 时在 xcode 中安装 phonegap2.0 之后。我得到了以下错误。
"Undefined symbols for architecture i386:
"_OBJC_CLASS_$_CDVViewController", referenced from:
_OBJC_CLASS_$_ViewController in ViewController.o
objc-class-ref in AppDelegate.o
"_OBJC_METACLASS_$_CDVViewController", referenced from:
_OBJC_METACLASS_$_ViewController in ViewController.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)"
请帮我解决这个问题。提前致谢。我附上了错误页面的屏幕截图供您参考。