8 lines
97 B
Bash
8 lines
97 B
Bash
flutter clean
|
|
flutter pub get
|
|
rm -rf ios/Pods
|
|
rm -rf ios/Podfile.lock
|
|
cd ios
|
|
pod install
|
|
cd ..
|