iOSは初めてです。http: //www.icodeblog.com/2011/04/07/creating-static-libraries-for-ios/ を使用して静的ライブラリファイルを作成しました。別のプロジェクトで静的ライブラリファイルを使用する場合は、次のようにエラーを出します
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_Exact_Library", referenced from:
objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
私が間違ったことを助けてください。前もって感謝します。