1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ld: framework not found Crashlytics の 対処法

Posted at

まえおき

Crashlytics のサポートが 2020/11/15 までということで、慌てて Firebase Crashlytics への更新作業に追われて実施したところちょっと詰まったので共有しておく

何が問題か

移行手順を参考に、一通り作業を行い最後にビルドをしたのですが、下記のエラーが発生

ld: framework not found Crashlytics

対処法

まずは下記順に Other Linker Flags の設定を確認する

TARGET - Build Settings - Other Linker Flags
  1. Crashlytics が残っていれば FirebaseCrashlytics に書き換える
  2. Fabric が残っていれば削除し、次の行の -framework も削除する

これで解消できるはず

参考

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?