OS:
Platform:
SDK:
SDK version: 5.19.0
react-native version: 0.73.4
Are you using Expo?
Are you using sentry.io or on-premise?
If you are using sentry.io, please post a link to your issue so we can take a look:
Configuration:
(@sentry/react-native)
Sentry.init({
dsn: 'https://...@sentry.io/...'
// other options
});
I have the following issue:
Building the iOS app causes the following issue
Multiple commands produce '/Users/JohnDoe/Library/Developer/Xcode/DerivedData/AwesomeProject-ccrefsqqbzdwoefvcsygajfvyqlw/Build/Products/Debug-iphonesimulator/AwesomeProject.app/PrivacyInfo.xcprivacy'
Steps to reproduce:
- Create React Native project: npx react-native@latest init AwesomeProject
- Open AwesomeProject.xcworkspace
- Create Privacy Manifest (New -> File)
- Set target membership of the Privacy Manifest to AwesomeProject
- Build the app
Actual result:
Expected result:
Project builds, Privacy Manifest files get merged successfully.
OS:
Platform:
SDK:
@sentry/react-native(>= 1.0.0)react-native-sentry(<= 0.43.2)SDK version: 5.19.0
react-nativeversion: 0.73.4Are you using Expo?
Are you using sentry.io or on-premise?
If you are using sentry.io, please post a link to your issue so we can take a look:
Configuration:
(
@sentry/react-native)I have the following issue:
Building the iOS app causes the following issue
Multiple commands produce '/Users/JohnDoe/Library/Developer/Xcode/DerivedData/AwesomeProject-ccrefsqqbzdwoefvcsygajfvyqlw/Build/Products/Debug-iphonesimulator/AwesomeProject.app/PrivacyInfo.xcprivacy'
Steps to reproduce:
Actual result:
Expected result:
Project builds, Privacy Manifest files get merged successfully.