[firebase_crashlytics] Is it possible to use firebase crashlytics on a flutter module on iOS? #8809
Unanswered
arthurgiani
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Everyone,
Recently I was trying to use firebase inside a flutter module in order to catch exceptions and send them to Firebase Crashlytics. So the steps were:
Steps
Problem
After FlutterFile CLI config for iOS project, the following error was raised:
'PlatformDirectoryDoesNotExistException: platform directory ios does not exist. Please re-run after initializing this directory with Flutter.'
Despite that, I tried to run the module as a standalone on iOS simulator and the following error was raised:
Running module inside iOS project
I've created an iOS project to see if the module would work that way but it didn't worked.
All works fine on Android, even if i'm not plugging the module in a native android app. As a standalone app, I'm being able to init the project and use crashlytics normally.
Anyone has an ideia about how this problem can be solved?
Flutter Doctor
Beta Was this translation helpful? Give feedback.
All reactions