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
I fixed it by using the the pre-release of cocoapods
sudo gem install cocoapods --pre
and then doing an update
pod install --repo-update