From 777d4e9bc06a2c4b731a05618c3f7ef34cc89b45 Mon Sep 17 00:00:00 2001 From: CMK Date: Mon, 2 Aug 2021 19:42:55 +0800 Subject: [PATCH] fix: CI build issue --- Podfile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Podfile b/Podfile index b976556b9..868af1a96 100644 --- a/Podfile +++ b/Podfile @@ -55,4 +55,12 @@ plugin 'cocoapods-keys', { "notification_endpoint", "notification_endpoint_debug" ] -} \ No newline at end of file +} + +post_install do |installer| + installer.pods_project.targets.each do |target| + target.build_configurations.each do |config| + config.build_settings.delete 'IPHONEOS_DEPLOYMENT_TARGET' + end + end +end \ No newline at end of file