What React Native libraries do you use?
RN New Architecture
Are you using sentry.io or on-premise?
sentry.io (SaS)
Are you using any other error monitoring solution alongside Sentry?
No
Other Error Monitoring Solution Name
No response
@sentry/react-native SDK Version
8.9.1
How does your development environment look like?
Sentry.init()
Sentry.init({
dsn: 'https://...@sentry.io/...'
// other options
});
Steps to Reproduce
After upgrading to 8.9.1 from 8.8.0 ios build throws:
../node_modules/@sentry/react-native/scripts/sentry-xcode.sh: Permission denied
Downgrading to 8.8.0 works as a charm.
Expected Result
build fine on ios
Actual Result
throws this after clearing my derived data and pod deintegrate
../node_modules/@sentry/react-native/scripts/sentry-xcode.sh: Permission denied
What React Native libraries do you use?
RN New Architecture
Are you using sentry.io or on-premise?
sentry.io (SaS)
Are you using any other error monitoring solution alongside Sentry?
No
Other Error Monitoring Solution Name
No response
@sentry/react-native SDK Version
8.9.1
How does your development environment look like?
Sentry.init()
Steps to Reproduce
After upgrading to 8.9.1 from 8.8.0 ios build throws:
../node_modules/@sentry/react-native/scripts/sentry-xcode.sh: Permission deniedDowngrading to 8.8.0 works as a charm.
Expected Result
build fine on ios
Actual Result
throws this after clearing my derived data and
pod deintegrate../node_modules/@sentry/react-native/scripts/sentry-xcode.sh: Permission denied