Answers for "Exception: Error running pod install flutter on iod"

0

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 "Exception: Error running pod install flutter on iod"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language