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 :: instal kubectl ubutu 
Shell :: ubuntu delete directory and all files 
Shell :: git reverse last push 
Shell :: substring replacement 
Shell :: How to see my aliases? 
Shell :: deactivate laptop keyboard ubuntu 
Shell :: centos copy files ssh 
Shell :: Get pid of process that created a specific window 
Shell :: kubernetes get inside pod 
Shell :: zsh to bash mac 
Shell :: How to download git for linux and unix 
Shell :: how to install ssh in windows 10 
Shell :: mongodb server stop command in kali linux 
Shell :: Shell CLI Argument Default Value 
Shell :: best audio visualiser for linux 
Shell :: undo local commit 
Shell :: tailwind nodejs 
Shell :: delete github credentials in windows 
Shell :: duplicate line intellij mac 
Shell :: find npm version 
Shell :: revert last commit 
Shell :: ubuntu taskbar not showing incons for current applications 
Shell :: downgrade cocoapods in mac m1 
Shell :: delete file hdfs dfs 
Shell :: git ssh key linux 
Shell :: install vim mac 
Shell :: git ignore changes to file 
Shell :: install google chrome on ubuntu 
Shell :: remove old version of node and install new 
Shell :: conda install packages from requirements.txt 
ADD CONTENT
Topic
Content
Source link
Name
4+7 =