I am converting Fabric iOS SDK to Firebase Crashlytics iOS SDK I follow below firebase google docs link https://firebase.google.com/docs/crashlytics/upgrade-sdk?platform=ios
I already Installed pod according to link
pod 'Firebase/Crashlytics'
pod 'Firebase/Analytics'
According to docs when I try to import @import FirebaseCrashlytics . I get an error like @import FirebaseCrashlytics module not found.
I did not understand below code in firebase google docs link
${PODS_ROOT}/FirebaseCrashlytics/run
/path/to/pods/directory/FirebaseCrashlytics/upload-symbols.
Let me correct if I am wrong anywhere