fix: Updating iOS version #2038 (#2041)

Updated iOS version to 12.4 to be able to build on Xcode 14.3
This commit is contained in:
sgabriel
2023-05-24 13:13:32 +02:00
committed by GitHub
parent 98fdeaa516
commit a1090f25a1

View File

@@ -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}'