Skip to content

Commit 23ae9fc

Browse files
committed
ios: fix build fail by lowering deployment target to 8.0
1 parent 84b2285 commit 23ae9fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/RNInCallManager.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
179179
GCC_WARN_UNUSED_FUNCTION = YES;
180180
GCC_WARN_UNUSED_VARIABLE = YES;
181-
IPHONEOS_DEPLOYMENT_TARGET = 11.1;
181+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
182182
MTL_ENABLE_DEBUG_INFO = YES;
183183
ONLY_ACTIVE_ARCH = YES;
184184
SDKROOT = iphoneos;
@@ -227,7 +227,7 @@
227227
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
228228
GCC_WARN_UNUSED_FUNCTION = YES;
229229
GCC_WARN_UNUSED_VARIABLE = YES;
230-
IPHONEOS_DEPLOYMENT_TARGET = 11.1;
230+
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
231231
MTL_ENABLE_DEBUG_INFO = NO;
232232
SDKROOT = iphoneos;
233233
VALIDATE_PRODUCT = YES;

0 commit comments

Comments
 (0)