diff --git a/ios/Podfile b/ios/Podfile index beb55ecd..fcd934c7 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 f536702c..a30d3e5a 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 ..