Skip to content

Commit 5b0a288

Browse files
committed
ci(iOS): bump build version
Due to an expired xcode login session on our CI, I noticed that the version of xcode we were running was incompatible with the version of MacOS we were running. To rectify this, I updated xcode. Unfortunately, the latest versions of xcode don't seem to have support for iOS 14.5 builds. Updating the deploy target to the earliest supported version (16.3) fixes the issue. Signed-off-by: Skyler Grey <[email protected]> Change-Id: I0a6d4de2afda366019749dd1f6e0b51156c746be
1 parent 71ba183 commit 5b0a288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/Mobile.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3787,7 +3787,7 @@
37873787
GCC_WARN_UNINITIALIZED_AUTOS = YES;
37883788
GCC_WARN_UNUSED_FUNCTION = YES;
37893789
GCC_WARN_UNUSED_VARIABLE = YES;
3790-
IPHONEOS_DEPLOYMENT_TARGET = 14.5;
3790+
IPHONEOS_DEPLOYMENT_TARGET = 16.3;
37913791
LOSRCDIR = "$(SOURCE_ROOT)/../lobuilddir-symlink";
37923792
MTL_ENABLE_DEBUG_INFO = YES;
37933793
ONLY_ACTIVE_ARCH = YES;
@@ -3841,7 +3841,7 @@
38413841
GCC_WARN_UNINITIALIZED_AUTOS = YES;
38423842
GCC_WARN_UNUSED_FUNCTION = YES;
38433843
GCC_WARN_UNUSED_VARIABLE = YES;
3844-
IPHONEOS_DEPLOYMENT_TARGET = 14.5;
3844+
IPHONEOS_DEPLOYMENT_TARGET = 16.3;
38453845
LOSRCDIR = "$(SOURCE_ROOT)/../lobuilddir-symlink";
38463846
MTL_ENABLE_DEBUG_INFO = NO;
38473847
SDKROOT = iphoneos;

0 commit comments

Comments
 (0)