-
-
Notifications
You must be signed in to change notification settings - Fork 338
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
Can't build react native with sentry xcode 12. syntax error. #1245
Comments
This shouldn't be related to Xcode 12, looks like your bundling step is using an older version of node that doesn't support ES6 syntax. Try updating your node version, I recommend trying out nvm. |
I have no idea what fixed it. I was using nvm. |
I have this same issue can't find a way to fix it. |
I'm also experiencing this issue, using Node 12.6.0, Yarn 1.22.10, "@sentry/react-native" 2.1.0, sentry-cli 1.63.1. I had previously installed "@sentry/cli" globally, in case that matters. The shell script in the project file is as follows:
|
OS:
Platform:
SDK:
@sentry/react-native
(>= 1.0.0)react-native-sentry
(<= 0.43.2)SDK version: "@sentry/react-native@^1.9.0"
react-native
version: 0.63.4Are you using Expo?
Are you using sentry.io or on-premise?
Configuration:
(
@sentry/react-native
)or
(
react-native-sentry
)I have following issue:
Can't build react native with sentry xcode 12. syntax error.
Steps to reproduce:
Try to build the app in Xcode to deploy to a physical device.
Someone else thinks its related to xcode 12 (I also run xcode 12).
https://stackoverflow.com/questions/63982355/xcode-12-unable-to-build-in-release-mode-using-sentry-io
Actual result:
Expected result:
No error
The text was updated successfully, but these errors were encountered: