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
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue