You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xcode Cloud analyze step failed due to the found Firebase SDK issues with FirebaseCrashlytics and GoogleDataTransport. It's not reproducible on the earlier Xcode versions.
GoogleDataTransport
Dereference of null pointer (loaded from variable 'error')
GDTCORPlatform.m:208
Dereference of null pointer (loaded from variable 'error')
GDTCORPlatform.m:209
FirebaseCrashlytics
Value stored to 'peValue' during its initialization is never read
FIRCLSDwarfUnwind.c:918
Thanks for reporting, @Veremei. The GoogleDataTransport issues are addressed in GoogleDataTransport 9.2.3. To pull this update into your project, select the Update to Latest Package Versions option in Xcode. Let me know if you have any issues.
The Crashlytics issues will be addressed in the next Firebase release.
Description
Xcode Cloud analyze step failed due to the found Firebase SDK issues with FirebaseCrashlytics and GoogleDataTransport.
It's not reproducible on the earlier Xcode versions.
Reproducing the issue
Firebase SDK Version
10.9, 10.8.1
Xcode Version
14.3
Installation Method
Swift Package Manager
Firebase Product(s)
Analytics, Crashlytics, Performance, Remote Config
Targeted Platforms
iOS
Relevant Log Output
No response
If using Swift Package Manager, the project's Package.resolved
Expand
Package.resolved
snippetIf 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: