Reputation: 411
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
Upvotes: 6
Views: 843