alexshikov / bitrise-step-appcenter-dsym-upload

A Bitrise step to upload dSYM to Microsoft AppCenter
MIT License
1 stars 1 forks source link

appcenter crashes in upload-symbols #3

Closed pres closed 4 years ago

pres commented 4 years ago
+ hash appcenter
+ echo 'Microsoft AppCenter CLI is not installed. Installing...'
Microsoft AppCenter CLI is not installed. Installing...
+ npm install -g appcenter-cli
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3[REDACTED]42
/usr/local/bin/appcenter -> /usr/local/lib/node_modules/appcenter-cli/bin/appcenter.js
> fast-xml-parser@3.[REDACTED]6.0 postinstall /usr/local/lib/node_modules/appcenter-cli/node_modules/fast-xml-parser
> node tasks/postinstall.js || exit 0
EDACTED]mLove fast-xml-parser? Check https://amitkumargupta.work EDACTED]mfor more projects and contribution.
npm WARN webpack-cli@3.3.[REDACTED] requires a peer of webpack@4.x.x but none is installed. You must install peer dependencies yourself.
+ appcenter-cli@2.3.3
added 476 packages from 430 contributors in [REDACTED]6.668s
+ envman add --key BITRISE_DSYM_PATH
+ appcenter crashes upload-symbols -s /Users/[REDACTED].dSYM.zip -a [REDACTED]/[REDACTED] --token [REDACTED] --quiet
Error: failed to start the symbol uploading

I'm getting this output.

Could npm WARN webpack-cli@3.3.[REDACTED] requires a peer of webpack@4.x.x but none is installed. You must install peer dependencies yourself. be the error?

Or is the problem, that I my username/appname is wrong?

pres commented 4 years ago

I found the issue. My username/appname was wrong and I had trouble finding the correct one. It seems that renaming the app, doesn't change the appname which AppCenter is using internally. This helped me and solved my problem.

Screenshot 2020-02-18 at 12 10 51