Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Crashlytics upload issue (statusCode 503)

I'm having an issue with Crashlytics dSYM upload build phase on CI. The script fails with the following error:

Crashlytics: XXX.app.dSYM could not be uploaded statusCode 503
XXX Slice:armv7
XXX Slice:armv7s
XXX Slice:arm64

Local build succeeds. Does anyone have ideas what can cause this problem?

The build phase is common for crashlytics:

./Crashlytics.framework/run <APIKey copy-pasted from crashlytics plugin> <Some other key copy-pasted from crashlytics plugin>

Crashlytics version is 1.3.9.

Crashlytics.framework/run 1.3.9
like image 810
xardas Avatar asked Jul 14 '14 11:07

xardas


1 Answers

Not much of an answer... but it is working now :)

like image 55
Ertai Avatar answered Oct 20 '22 19:10

Ertai