-
-
Notifications
You must be signed in to change notification settings - Fork 344
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
Builds failing on CircleCI because of sentry-cli (node_modules/@sentry/cli/sentry-cli: cannot execute binary file) #1814
Comments
cc @kamilogorek |
FYI This is the source code build script, in the meantime you're free to skip running our build script to get your CI working for now. |
I'm gathering all related issues to a single one so its easier to keep track of the progress. Please use getsentry/sentry-cli#1015 for further discussions. |
@Shing-Ho was this ever resolved for you? |
I think I solved it. |
@Shing-Ho how you solved it |
Did you manage to work this out @Shing-Ho @BilalSattar99 ? |
@matt-dalton Yes by adding Auth-Token for Sentry CLI inside the pipeline |
Environment
How do you use Sentry?
Sentry SaaS
Which SDK and version?
@sentry/react-native@3.1.1
Steps to Reproduce
npx @sentry/wizard -i reactNative -p ios android
Expected Result
I expect the app to be building normally, just as it would do locally.
Actual Result
Getting the following error:
Extra information
The builds succeeds whenever i remove the build phase "Uploading debug symbols to Sentry" and remove the following lines that were added to my "Bundle React Native code and images:" build phase:
Tried solutions
chmod +x
on@sentry/cli/sentry-cli
and@sentry/cli/bin/sentry-cli
The text was updated successfully, but these errors were encountered: