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
2024-11-21 17:28:44.561 upload-symbols[24709:117185] Path to CoreSymbolication is invalid, aborting
scripts/build_phases/upload_dsyms_to_crashlytics.sh: line 52: 24708 Segmentation fault: 11 timeout 240 $upload_symbols -gsp "$plist_file" -p ios "$DWARF_DSYM_FOLDER_PATH"
This only happens on our CI machines, which are running Xcode 16 on MacOS 14.4.
Confirmed that /System/Library/PrivateFrameworks/CoreSymbolication is present both on CI and locally. Upload works perfectly fine on my developer laptop.
This only started happening after updating to Firebase SDK 11.5.0. On 10.24.0, we were getting something similar to #13420 in CI for the last several weeks (but the upload was working fine locally).
Reproducing the issue
Repro would probably involve using our specific CI machine and our specific project. I was able to repro the issue at the command line with a specific dSYM file by running this command:
Description
upload-symbols
fails in CI with the following:This only happens on our CI machines, which are running Xcode 16 on MacOS 14.4.
Confirmed that /System/Library/PrivateFrameworks/CoreSymbolication is present both on CI and locally. Upload works perfectly fine on my developer laptop.
This only started happening after updating to Firebase SDK 11.5.0. On 10.24.0, we were getting something similar to #13420 in CI for the last several weeks (but the upload was working fine locally).
Reproducing the issue
Repro would probably involve using our specific CI machine and our specific project. I was able to repro the issue at the command line with a specific dSYM file by running this command:
which produces:
Also tried running this as root in case it was a permissions issue.
(although it succeeds when running locally)
Firebase SDK Version
11.5.0
Xcode Version
16.0
Installation Method
CocoaPods
Firebase Product(s)
Crashlytics
Targeted Platforms
iOS
Relevant Log Output
No response
Podfile.lock
Expand
Podfile.lock
snippetThe text was updated successfully, but these errors were encountered: