Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Exception: Error running pod install

flutter clean
rm -Rf ios/Pods
rm -Rf ios/.symlinks
rm -Rf ios/Flutter/Flutter.framework
rm -Rf ios/Flutter/Flutter.podspec
cd ios
pod install
cd ..
flutter build ios
flutter run
Comment

Error running pod install

oepn podfile locate inside the ios,

Uncomment -  # platform :ios, '9.0'
Change it to -  platform :ios, '10.0'

Open Terminal.

cd ios
pod install 

and if return this error [!] CocoaPods could not find compatible versions for pod "Firebase/Auth":

try this 
pod install --repo-update
Comment

PREVIOUS NEXT
Code Example
Shell :: install reach router 
Shell :: sudo update 
Shell :: directory size linux 
Shell :: install docker kali linux 
Shell :: mac check shell version 
Shell :: install jupyterlab with pip 
Shell :: show mongodb version 
Shell :: git overwrite urlk 
Shell :: ubuntu intall OpenBLAS 
Shell :: linux list services 
Shell :: install particular version of laravel 
Shell :: brew install atom 
Shell :: kubernetes get cluster info 
Shell :: clone a conda environment 
Shell :: uninstall mongodb ubuntu 
Shell :: Another active Homebrew update process is already in progress 
Shell :: conda install pyspark 
Shell :: zsh: corrupt history file /home/.zsh_history 
Shell :: gulp cli 
Shell :: django_filters install 
Shell :: ffmpeg webm to mp4 
Shell :: install yacc on ubuntu 
Shell :: docker remove all images 
Shell :: linux enable scroll lock 
Shell :: oh my zsh highlight 
Shell :: shutdown heroku app 
Shell :: docker post installation steps linux 
Shell :: aws cli list all profiles 
Shell :: xdebug ubuntu 
Shell :: how to change swap space on ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =