From 3d541d34b9e51cac14f198bc3d98c339eb7a1c19 Mon Sep 17 00:00:00 2001 From: Alberto Cabrera Date: Fri, 12 Jan 2024 17:26:49 +0800 Subject: [PATCH] update pod file --- ios/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/Podfile b/ios/Podfile index 5c0fb3eb1..d92593f6d 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -60,7 +60,7 @@ target 'MissionHub' do installer.pods_project.targets.each do |target| target.build_configurations.each do |config| - config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '10.0' + config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0' end end end