xamarin / GoogleApisForiOSComponents

MIT License
225 stars 162 forks source link

dSYM is not uploading anymore #407

Closed alexshikov closed 4 years ago

alexshikov commented 4 years ago

We've started to get build failures due to dSYM upload error:

(_FirebaseCrashlyticsUploadDSymToFirebaseOnMac target) -> 
  error : Failed uploading cSYMs due to error : Error Domain=com.twitter.FABCompoundOperation.error Code=4294967293 "(null)" UserInfo={com.twitter.FABCompoundOperation.error.user-info-key.underlying-errors=( [/Users/administrator/VSTSAgent2/_work/1/s/iOS/<MyApp>.iOS.csproj]
  /Users/administrator/VSTSAgent2/_work/1/s/packages/Xamarin.Firebase.iOS.Crashlytics.3.14.0.3/build/Xamarin.Firebase.iOS.Crashlytics.targets(59,3): error MSB3073: The command "'/Users/administrator/Library/Caches/XamarinBuildDownload/Fbrc-1.10.2/upload-symbols' -gsp '/Users/administrator/VSTSAgent2/_work/1/s/iOS/GoogleService-Info.plist' -p ios 'bin/iPhone/Dev-Release/<MyApp>.iOS.app.dSYM'" exited with code 8. [/Users/administrator/VSTSAgent2/_work/1/s/iOS/<MyApp>.iOS.csproj]

Can this be related to the Fabric shutdown?

alexshikov commented 4 years ago

Nevermind. That was a temporary issue. Somehow it just disappeared.

manjuy124 commented 4 years ago

@alexshikov Do you have any idea about this? I have the same issue.

alexshikov commented 4 years ago

@manjuy124 it was a Google server issue. After a few hours the error stopped to happen.

glintpursuit commented 3 years ago

We are facing this issue from Last 24 hrs.

As this is after build script, build is not getting uploaded to app store on failure of upload dysm script.

gholias commented 3 years ago

Same thing for us, it stopped working on Friday

nnx2202 commented 3 years ago

We're the same :)))

Kogilan commented 3 years ago

We are having the same issue as well. Any solution or advice is really appreciated.

borysf commented 3 years ago

Simply use the latest version of upload-symbols tool. It worked for me.

kapiljagtap commented 3 years ago

FirebaseCrashlytics.zip As mention above by @borysf use the latest version of upload-symbols tool. I have attached here latest one. It is working for me.

dimohamdy commented 3 years ago

Hope it work with me

dimohamdy commented 3 years ago

Works like magic 😘

LGFox commented 3 years ago

I still observe this issue when I upload DSYM's by special directives in my *.csproj file: ` True

False` It was working a few months ago. I'm using Xamarin.Firebase.iOS.Crashlytics v3.14.0.3 and Xamarin.Build.Download v0.10.0 if it matters.
ghost commented 3 years ago

https://firebase.google.com/docs/crashlytics/get-deobfuscated-reports?platform=ios&authuser=0 From this, I got the answer.