私はiphone開発とphonegapも初めてです。今、phonegapを使ってシンプルなiPhoneアプリを作りたいと思っています。現在、ライオンマックで 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)"
この問題を解決するために私を助けてください。前もって感謝します。参考までにエラーページのスクリーンショットを添付します。