From 6c332c1d83bd8a3293905144521e42641f79d927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Sat, 10 May 2025 07:54:22 +0200 Subject: [PATCH] build: Remove arch from release ios shell script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Kußowski --- scripts/release-ios-testflight.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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