fix: CI build issue

This commit is contained in:
CMK 2021-08-02 19:42:55 +08:00
parent 120fc83b16
commit 777d4e9bc0
1 changed files with 9 additions and 1 deletions

10
Podfile
View File

@ -55,4 +55,12 @@ plugin 'cocoapods-keys', {
"notification_endpoint",
"notification_endpoint_debug"
]
}
}
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