firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.56k stars 1.45k forks source link

Upload-symbols tool fails with error code 4294967293 #11293

Closed zzufeiying closed 1 year ago

zzufeiying commented 1 year ago

Description

We use fastlane to invoke the upload-symbols command on our jenkins machine . This command often failed with an  error code 4294967293 recently . This issue seems begin to happen after we upgrading the xcode from version 13 to 14. 

Reproducing the issue

No response

Firebase SDK Version

9.0.0

Xcode Version

14.1

Installation Method

CocoaPods

Firebase Product(s)

Analytics, Crashlytics

Targeted Platforms

iOS

Relevant Log Output

12:25:45 error: Failed uploading cSYMs due to error: Error Domain=com.google.firebase.crashlytics.FIRCLSCompoundOperation.error Code=4294967293 "(null)" UserInfo={com.google.firebase.crashlytics.FIRCLSCompoundOperation.error.user-info-key.underlying-errors=(
12:25:45     "Error Domain=com.crashlytics.mac.error-domain.submit-csym Code=0 \"Failed to submit cSYM for architecture arm64 with uuid d7f74a752e5b348c868c9b33a684493e in dSYM: /Users/shopee-app-jenkins/workspace/shopee-ios-build-feature-internal-master-test/JENKINS_OUTPUT/ID/ShopeeID_3_02_8-dsym_upload_test.xcarchive/dSYMs/ShopeeID.app.dSYM\" UserInfo={NSLocalizedFailureReason=Failed to submit cSYM for architecture arm64 with uuid d7f74a752e5b348c868c9b33a684493e in dSYM: /Users/shopee-app-jenkins/workspace/shopee-ios-build-feature-internal-master-test/JENKINS_OUTPUT/ID/ShopeeID_3_02_8-dsym_upload_test.xcarchive/dSYMs/ShopeeID.app.dSYM, NSUnderlyingError=0x6000c9c240f0 {Error Domain=NSPOSIXErrorDomain Code=55 \"No buffer space available\" UserInfo={NSErrorPeerAddressKey=<CFData 0x600002830050 [0x7ff862271d70]>{length = 16, capacity = 16, bytes = 0x100201bb4a7d445f0000000000000000}, _kCFStreamErrorCodeKey=55, _kCFStreamErrorDomainKey=1}}}"
12:25:45 )}
12:25:45 error: Could not complete submission of dSYM at /Users/shopee-app-jenkins/workspace/shopee-ios-build-feature-internal-master-test/JENKINS_OUTPUT/ID/ShopeeID_3_02_8-dsym_upload_test.xcarchive/dSYMs/ShopeeID.app.dSYM: Error Domain=com.google.firebase.crashlytics.FIRCLSCompoundOperation.error Code=4294967293 "(null)" UserInfo={com.google.firebase.crashlytics.FIRCLSCompoundOperation.error.user-info-key.underlying-errors=(
12:25:45     "Error Domain=com.crashlytics.mac.error-domain.submit-csym Code=0 \"Failed to submit cSYM for architecture arm64 with uuid d7f74a752e5b348c868c9b33a684493e in dSYM: /Users/shopee-app-jenkins/workspace/shopee-ios-build-feature-internal-master-test/JENKINS_OUTPUT/ID/ShopeeID_3_02_8-dsym_upload_test.xcarchive/dSYMs/ShopeeID.app.dSYM\" UserInfo={NSLocalizedFailureReason=Failed to submit cSYM for architecture arm64 with uuid d7f74a752e5b348c868c9b33a684493e in dSYM: /Users/shopee-app-jenkins/workspace/shopee-ios-build-feature-internal-master-test/JENKINS_OUTPUT/ID/ShopeeID_3_02_8-dsym_upload_test.xcarchive/dSYMs/ShopeeID.app.dSYM, NSUnderlyingError=0x6000c9c240f0 {Error Domain=NSPOSIXErrorDomain Code=55 \"No buffer space available\" UserInfo={NSErrorPeerAddressKey=<CFData 0x600002830050 [0x7ff862271d70]>{length = 16, capacity = 16, bytes = 0x100201bb4a7d445f0000000000000000}, _kCFStreamErrorCodeKey=55, _kCFStreamErrorDomainKey=1}}}"
12:25:45 )}
12:25:45 [21:25:46]: exec command failed: find /Users/shopee-app-jenkins/workspace/shopee-ios-build-feature-internal-master-test/JENKINS_OUTPUT/ID -name "dSYMs" -type d | xargs -I {} /Users/shopee-app-jenkins/workspace/shopee-ios-build-feature-internal-master-test/BeeShop/Pods/FirebaseCrashlytics/upload-symbols --debug -gsp /Users/shopee-app-jenkins/workspace/shopee-ios-build-feature-internal-master-test/BeeShop/Targets/GoogleServiceInfo/Internal/GoogleService-Info-Internal-ID.plist -p ios {}

If using Swift Package Manager, the project's Package.resolved

Expand Package.resolved snippet
```json Replace this line with the contents of your Package.resolved. ```

If using CocoaPods, the project's Podfile.lock

Expand Podfile.lock snippet
```yml Replace this line with the contents of your Podfile.lock! ```
google-oss-bot commented 1 year ago

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

rizafran commented 1 year ago

Hi @zzufeiying, your issue looks related to #10557. Based on the comment, it seems to be something on the OS that's failing. With this, have you tried updating your macOS version?

zzufeiying commented 1 year ago

Hi @zzufeiying, your issue looks related to #10557. Based on the comment, it seems to be something on the OS that's failing. With this, have you tried updating your macOS version?

@rizafran thanks ,i'll try .

google-oss-bot commented 1 year ago

Hey @zzufeiying. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 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!

google-oss-bot commented 1 year ago

Since there haven't been any recent updates here, I am going to close this issue.

@zzufeiying if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this.