Commit 46472cd 1 parent 1e25d6a commit 46472cd Copy full SHA for 46472cd
File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 36
36
.flutter/bin/dart run melos flutter-clean
37
37
rm app/ios/podfile.lock
38
38
.flutter/bin/dart run melos pub-get
39
+ .flutter/bin/dart run melos precache-ios
39
40
cd app/ios
40
41
pod install
41
42
Original file line number Diff line number Diff line change @@ -112,6 +112,10 @@ scripts:
112
112
run : cd app && flutter build appbundle --release --flavor play
113
113
description : " Build an appbundle file ready to be submitted to the google play console"
114
114
115
+ precache-ios :
116
+ run : cd app && flutter precache –ios
117
+ description : " Precache IOS - needed for manual pod install"
118
+
115
119
build-ipa-release :
116
120
run : cd app && flutter build ios --release --export-options-plist ios/ExportOptions.plist
117
121
description : " Build a signed IPA"
You can’t perform that action at this time.
0 commit comments