ios アーキテクチャ arm64 の未定義シンボル: エラー解決
2022-02-19 12:21:49
When using cocoapod to add a third-party library, the project will sometimes open with a compilation error, the error is as follows
Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_AFHTTPRequestOperationManager", referenced from: objc-class-ref in AFNetworkingUtil.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) 1. AFNetworkingUtil is a class written by myself, which uses the header file of the AFNetworking framework in the pod
2, there is a compilation error in stackoverflow find this Q&A http://stackoverflow.com/questions/19213782/undefined-symbols-for-architecture-arm64?rq=1
3. Steps to resolve
a. Build Setting -> Architectures & Valid Architectures Check for correct configuration
b. Make sure the picture is correct, and then add a new image to the Build Setting -> linking Add the following configuration
1.
AFNetworkingUtil is a class written by myself, which uses the header file of the AFNetworking framework in the pod
2, there is a compilation error in stackoverflow find this Q&A http://stackoverflow.com/questions/19213782/undefined-symbols-for-architecture-arm64?rq=1
3. Steps to resolve
a. Build Setting -> Architectures & Valid Architectures Check for correct configuration
b. Make sure the picture is correct, and then add a new image to theBuild Setting ->
linking Add the following configuration
最新
-
nginxです。[emerg] 0.0.0.0:80 への bind() に失敗しました (98: アドレスは既に使用中です)
-
htmlページでギリシャ文字を使うには
-
ピュアhtml+cssでの要素読み込み効果
-
純粋なhtml + cssで五輪を実現するサンプルコード
-
ナビゲーションバー・ドロップダウンメニューのHTML+CSSサンプルコード
-
タイピング効果を実現するピュアhtml+css
-
htmlの選択ボックスのプレースホルダー作成に関する質問
-
html css3 伸縮しない 画像表示効果
-
トップナビゲーションバーメニュー作成用HTML+CSS
-
html+css 実装 サイバーパンク風ボタン
おすすめ
-
ハートビート・エフェクトのためのHTML+CSS
-
HTML ホテル フォームによるフィルタリング
-
HTML+cssのボックスモデル例(円、半円など)「border-radius」使いやすい
-
HTMLテーブルのテーブル分割とマージ(colspan, rowspan)
-
ランダム・ネームドロッパーを実装するためのhtmlサンプルコード
-
Html階層型ボックスシャドウ効果サンプルコード
-
QQの一時的なダイアログボックスをポップアップし、友人を追加せずにオンラインで話す効果を達成する方法
-
sublime / vscodeショートカットHTMLコード生成の実装
-
HTMLページを縮小した後にスクロールバーを表示するサンプルコード
-
html のリストボックス、テキストフィールド、ファイルフィールドのコード例