Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
 
PREVIOUS NEXT
Tagged: #Error #running #pod #install
ADD COMMENT
Topic
Name
1+3 =