We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa64607 commit 6cba1f1Copy full SHA for 6cba1f1
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+### Fixes
6
7
+- Prevent pod install crash when visionos is not present ([#3548](https://github.com/getsentry/sentry-react-native/pull/3548))
8
9
## 5.17.0
10
11
### Features
RNSentry.podspec
@@ -28,7 +28,7 @@ Pod::Spec.new do |s|
28
s.ios.deployment_target = "11.0"
29
s.osx.deployment_target = "10.13"
30
s.tvos.deployment_target = "11.0"
31
- s.visionos.deployment_target = "1.0"
+ s.visionos.deployment_target = "1.0" if s.respond_to?(:visionos)
32
33
s.preserve_paths = '*.js'
34
0 commit comments