build: Remove arch from release ios shell script
Signed-off-by: Christian Kußowski <c.kussowski@famedly.com>
This commit is contained in:
parent
87572be6f7
commit
6c332c1d83
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ flutter pub get
|
||||||
cd ios
|
cd ios
|
||||||
rm -rf Pods
|
rm -rf Pods
|
||||||
rm -f Podfile.lock
|
rm -f Podfile.lock
|
||||||
arch -x86_64 pod install
|
pod install
|
||||||
arch -x86_64 pod update
|
pod update
|
||||||
cd ..
|
cd ..
|
||||||
flutter build ios --release
|
flutter build ios --release
|
||||||
cd ios
|
cd ios
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue