diff --git a/ios/Podfile b/ios/Podfile index beb55ecd5..fcd934c7e 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -1,5 +1,5 @@ # Uncomment this line to define a global platform for your project -platform :ios, '10.0' +platform :ios, '11.0' # CocoaPods analytics sends network stats synchronously affecting flutter build latency. ENV['COCOAPODS_DISABLE_STATS'] = 'true' diff --git a/scripts/release-ios-testflight.sh b/scripts/release-ios-testflight.sh index f536702ce..a30d3e5a4 100755 --- a/scripts/release-ios-testflight.sh +++ b/scripts/release-ios-testflight.sh @@ -4,7 +4,7 @@ flutter clean flutter pub get cd ios rm -rf Pods -rm Podfile.lock +rm -f Podfile.lock arch -x86_64 pod install arch -x86_64 pod update cd ..