diff --git a/scripts/release-ios-testflight.sh b/scripts/release-ios-testflight.sh index b175266e0..f3ca8b4fb 100755 --- a/scripts/release-ios-testflight.sh +++ b/scripts/release-ios-testflight.sh @@ -6,8 +6,8 @@ flutter pub get cd ios rm -rf Pods rm -f Podfile.lock -arch -x86_64 pod install -arch -x86_64 pod update +pod install +pod update cd .. flutter build ios --release cd ios