I\'ve just downloaded Xcode 12 beta 6. I\'ve installed firebase into the project and I get this error. When I correct it with the suggestion it then tells me to correct agai
First, check for command line tools and install.
sudo xcode-select --switch /Applications/Xcode-beta.app sudo xcode-select --install
Install cocoapods pre - beta version
sudo gem install cocoapods --pre
Switch to your xCode Project.
pod deintegrate pod install --repo-update