-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
After upgrading to 10.25.0 getting issue of Undefined symbol: _FIRGetLoggerLevel for FirebaseAppCheck #12899
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
Are you using |
@ncooke3 Yes |
If you go to your target's build settings, then the Other Linker Flags setting, what do you see? There should be a row that says |
@ncooke3 Yes.. @ncooke3 Hey Could you please give me more details or a solution to fix this issue ASAP instead of just a single question daily? On the App Store our app is crashing because of Firebase crashes like below.. Crash nanopb Regressed issue encode_field EXC_BAD_ACCESS (KERN_INVALID_ADDRESS) To fix these major crashes of Firebase I have updated Firebase sdk & now this compile error i am getting... please give solution to fix this compilation error |
@kalyanichaudhari03 The issue does not reproduce for us. Please fill out the full issue template including the Podfile.lock file and even better, provide a fully reproducible example demonstrating the issue. |
@paulb777 Okay.. Our iOS App has unity games in it. You can also take look at pod file & podlock file.
Also here is our podlock file. PODS:
DEPENDENCIES:
SPEC REPOS: EXTERNAL SOURCES: CHECKOUT OPTIONS: SPEC CHECKSUMS: PODFILE CHECKSUM: a1bd2600fed564c67c78175e4737731cb795c382 COCOAPODS: 1.13.0 |
Thanks for sharing. The In the meantime, a workaround is to run |
@paulb777 I have tried solution which you suggested..i have assigned version to FirebaseCore but its giving below error Analyzing dependencies
[!] Automatically assigning platform |
Based on the error message, Segment-Firebase needs to be updated to something newer than 2.7.13, since it is locked to 10.6.0. |
Description
Suddenly our app getting crash in TestFlight build, so i did research & found that i need to upgrade firebase pod. So i have updated pod files now i am having firebase 10.25.0 version installed. But while trying to build app it shows below error
Undefined symbol: _FIRGetLoggerLevel
Reproducing the issue
No response
Firebase SDK Version
10.25.0
Xcode Version
15.3
Installation Method
CocoaPods
Firebase Product(s)
App Check
Targeted Platforms
iOS
Relevant Log Output
No response
If using Swift Package Manager, the project's Package.resolved
Expand
Package.resolved
snippetReplace this line with the contents of your Package.resolved.
If using CocoaPods, the project's Podfile.lock
Expand
Podfile.lock
snippetReplace this line with the contents of your Podfile.lock!
The text was updated successfully, but these errors were encountered: