We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 995a83d + 971831b commit 32cdb81Copy full SHA for 32cdb81
example/ios/Podfile
@@ -38,6 +38,11 @@ target 'FreeraspReactNativeExample' do
38
# necessary for Mac Catalyst builds
39
:mac_catalyst_enabled => false
40
)
41
+ installer.pods_project.targets.each do |target|
42
+ target.build_configurations.each do |config|
43
+ config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.4'
44
+ end
45
46
__apply_Xcode_12_5_M1_post_install_workaround(installer)
47
end
48
0 commit comments