Since the support for Crashlytics is until 2020/11/15
, I was in a hurry to update to Firebase Crashlytics
and it was a bit clogged, so I will share it.
Migration procedure, I went through all the work and finally built, but the following error occurred
ld: framework not found Crashlytics
First, check the settings of ʻOther Linker Flags` in the following order.
TARGET - Build Settings - Other Linker Flags
Crashlytics
remains, rewrite it to FirebaseCrashlytics
Fabric
if it remains, and delete the -framework
on the next line.This should solve it
https://stackoverflow.com/questions/32068079/ld-framework-not-found-crashlytics