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.
実行時プログラムは次のエラーを表示します:-
「_OBJC_CLASS_$_IconDownloader」、参照先:
&
clang: エラー: リンカー コマンドが終了コード 1 で失敗しました (呼び出しを確認するには -v を使用してください)
誰でもこの問題を解決できますか?
前もって感謝します。
ParseOperationおよびがソース ファイルで定義されている場合IconDownloaderは、それらのファイルをターゲットのコンパイル フェーズに追加します。ライブラリで定義されている場合は、リンク フェーズに追加します。
ParseOperation
IconDownloader