--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/a29ca717-3611-40e9-a932-4191534100f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Can you try using Crashlytics.sharedInstance().crash() to force a crash , in case there is anything odd going on in capturing the error.Additionally, do other Firebase services work? E.g. if you are including Analytics, does DebugView work properly?Finally, do you see any Firebase messages in the console (even if not crashlytics specifically)?On Wed, Apr 17, 2019, 7:58 AM NK <nimi...@gmail.com> wrote:
Hi All,--We are migrating our iOS apps from Fabric to Firebase. I did the following steps.1. Linked all the Fabric apps to Firebase project. Able to see old crashes in Firebase Crashlytics.2. Added Firebase SDK.3. Removed Fabric key from Info.plist file.4. Added GoogleService-Info.plist file into the project.5. Replace "Fabric.with([Crashlytics.self])" with "FirebaseApp.configure()"6. Run script in build contains "${PODS_ROOT}/Fabric/run" and "$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)" as input files since using Xcode 10.7. To test, I am crashing debug app using "Index out of range" fatal error.Did I miss any steps?I am not able to debug much. Don't see Firebase Crashlytics' logs in the console. Is it normal? And what all logs should be printed when building/running the app?Please reply me asap. Thanks :)Regards,NK
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fireba...@googlegroups.com.