Commit 2993e0a9 by Administrator

完善编译脚本

1 parent 907e8ead
...@@ -34,6 +34,8 @@ cd $base_root ...@@ -34,6 +34,8 @@ cd $base_root
if [ ! -z "$_rebuild_" ]; then if [ ! -z "$_rebuild_" ]; then
flutter clean flutter clean
flutter pub get flutter pub get
pod repo update
pod install
fi fi
cd ios cd ios
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!