Answers for "error running pod install flutter"

1

Exception: Error running pod install flutter on iod

flutter clean
rm -Rf ios/Pods
rm -Rf ios/.symlinks
rm -Rf ios/Flutter/Flutter.framework
rm -Rf ios/Flutter/Flutter.podspec
flutter pub get
cd ios
pod install
cd ..
flutter build ios
flutter run
Posted by: Guest on October-13-2021

Code answers related to "error running pod install flutter"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language