-
-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getting an error when trying to upload dsym #137
Comments
btw i am trying with the brew version, latest, 1.12.0. i just tried to compile with |
Thanks for reporting this issue. Just to clarify, you have sentry-cli version Since the latese release we have not changed anything regarding dSYM uploads. However, we're planning a new release in the next couple of days. Since the development build works for you, this should resolve your issues. If it still persists, we can start to investigate this. |
yes, sorry. |
actually, im still trying to figure this thing out. if i run it from some specific directory, i get the error. in other directories, with the same command (absolute paths etc), i get no error.. |
Could you please share the CLI invocation that is causing the error and maybe add some context on your build setup? Also, please try to unpack the zip and pass the |
|
If you have the chance to reproduce, please run with |
it is, but as you see, both are closed and unsolved. also, i tried adding |
Please invoke it like this: |
Any update on this? |
Closing this due to inactivity. Please feel free to reopen, if the problem persists. |
hello. i just installed the latest sentry-cli, and tried to do
sentry-cli upload-dsym SwiftExample.app.dSYM.zip
using the zip from the fastlane sentry plugin. i immediately get aerror: EOF while parsing a value at line 1 column 0
.since this tool is used by the fastlane plugin and by the react native build phase, basically all three ways error out.
what is the problem?
is it something with my setup or something with this project?
The text was updated successfully, but these errors were encountered: