Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
xcode の add target オプションを使用して静的ライブラリを追加しました。ここで、いくつかの共通ファイルをこのライブラリに移動しました。そのライブラリのすべての .m ファイルをコンパイル ソースに追加しました。.pch ファイルまたは他の場所に必要な追加設定はありますか??
あなたが行ったことを正しく理解していれば、静的ライブラリをメイン プログラムにリンクするのを忘れているようです。
これを修正するには(私の仮説が正しい場合):
+
お役に立てれば。