Files
record-tool/clean.sh

8 lines
97 B
Bash

flutter clean
flutter pub get
rm -rf ios/Pods
rm -rf ios/Podfile.lock
cd ios
pod install
cd ..