(オサーンの備忘録2019)iOSのプロジェクトのlinkerエラーでやった事まとめ
podのリンカーエラーででやった事まとめ
エラー内容
clang:-1: linker command failed with exit code 1 (use -v to see invocation)
- 当たり前だけど、「xxxx.xcworkspace」で開く
- 念の為 キレイキレイのコマンド pod install --repo-update
- 自分の環境では
The `プロジェクト名[Release]` target overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Target Support Files/Pods-プロジェクト名/Pods-プロジェクト名.release.xcconfig'. This can lead to problems with the CocoaPods installation
が出てたので、OTHER_LDFLAGSに$(inherited)追加
4. Build Active Architecture Onlyをpodsとprojectで合わせる。(これ大事)
で、ビルドが通りました。
それとprovisioningでエラーになっていたので。
PROVISIONING_PROFILEを削除しました。
Author And Source
この問題について((オサーンの備忘録2019)iOSのプロジェクトのlinkerエラーでやった事まとめ), 我々は、より多くの情報をここで見つけました https://qiita.com/okdokdokdokdokd/items/ab2c690089b64246abb7著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .