Skip to content

Commit 4807c21

Browse files
fix(podspec): Cocoa V9 allow any alpha version
1 parent c879414 commit 4807c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/RNSentry.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Pod::Spec.new do |s|
4646

4747
s.compiler_flags = other_cflags
4848

49-
s.dependency 'Sentry/HybridSDK', '9.0.0-alpha.0'
49+
s.dependency 'Sentry/HybridSDK', '>= 9.0.0-alpha.0'
5050

5151
if defined? install_modules_dependencies
5252
# Default React Native dependencies for 0.71 and above (new and legacy architecture)

0 commit comments

Comments
 (0)