Skip to content

Commit 5d0ac17

Browse files
revert min ios to 15.1 app crashes otherwise
1 parent 4158f35 commit 5d0ac17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/sentry_react_native.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@
398398
CURRENT_PROJECT_VERSION = 19;
399399
ENABLE_BITCODE = NO;
400400
INFOPLIST_FILE = sentry_react_native/Info.plist;
401-
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
401+
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
402402
LD_RUNPATH_SEARCH_PATHS = (
403403
"$(inherited)",
404404
"@executable_path/Frameworks",
@@ -425,7 +425,7 @@
425425
CLANG_ENABLE_MODULES = YES;
426426
CURRENT_PROJECT_VERSION = 19;
427427
INFOPLIST_FILE = sentry_react_native/Info.plist;
428-
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
428+
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
429429
LD_RUNPATH_SEARCH_PATHS = (
430430
"$(inherited)",
431431
"@executable_path/Frameworks",

0 commit comments

Comments
 (0)