From a1090f25a1199a827ad07b58d26264a84051c069 Mon Sep 17 00:00:00 2001 From: sgabriel <3041837+sgabriel@users.noreply.github.com> Date: Wed, 24 May 2023 13:13:32 +0200 Subject: [PATCH] fix: Updating iOS version #2038 (#2041) Updated iOS version to 12.4 to be able to build on Xcode 14.3 --- RNSVG.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNSVG.podspec b/RNSVG.podspec index afd13a18..3151b889 100644 --- a/RNSVG.podspec +++ b/RNSVG.podspec @@ -23,7 +23,7 @@ Pod::Spec.new do |s| 'HEADER_SEARCH_PATHS' => '"$(PODS_ROOT)/boost" "$(PODS_ROOT)/boost-for-react-native" "$(PODS_ROOT)/RCT-Folly"', "CLANG_CXX_LANGUAGE_STANDARD" => "c++17", } - s.platforms = { ios: '11.0', tvos: '11.0' } + s.platforms = { ios: '12.4', tvos: '11.0' } s.compiler_flags = folly_compiler_flags + ' -DRCT_NEW_ARCH_ENABLED' s.source_files = 'apple/**/*.{h,m,mm,cpp}' s.ios.exclude_files = '**/*.macos.{h,m,mm,cpp}'