-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Firebase Analytics]: (Xcode): Undefined symbols: IOS crashes Flutter 3.24.3 with Analytics Error #13549
Comments
@SelaseKay Xcode 15.0 |
Kindly try updating your Xcode to see if it resolves your issue. |
Hey @tyypgzl. We need more information to resolve this issue but there hasn't been an update in 7 weekdays. I'm marking the issue as stale and if there are no new updates in the next 7 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
I cant upgrade the version of xcode right now, new versions are not working on my old project, any solution? |
Hi @tyypgzl, unfortunately, as far as I know, the only way to resolve this issue is by upgrading your Xcode. |
Hey @tyypgzl. We need more information to resolve this issue but there hasn't been an update in 7 weekdays. I'm marking the issue as stale and if there are no new updates in the next 7 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Same issue. |
same issue: Xcode v15.2 |
Is there an existing issue for this?
Which plugins are affected?
Analytics
Which platforms are affected?
iOS
Description
I create new flutter project with this command
fvm flutter create . --project-name mypretty --org dev.tagstudio --platform=android,ios -e.
Adding firebase deps on pubspec with this version.
and run this command flutterfire configure. select project ...etc
Everythink is succesful until this step. I run project in ios 17.0 and throw this exception message.
resolved to remove analytics package, why not running with analytics on ios?
flutter run -v
resultReproducing the issue
1- create flutter project with 3.24.3 version
2- add firebase deps as bellow
3- run flutter pub get and cd ios && pod install
4- run on ios 17 emulator
Firebase Core version
3.6.0
Flutter Version
3.24.3
Relevant Log Output
Additional context and comments
No response
The text was updated successfully, but these errors were encountered: