GoogleDataTransport is throwing Double-quoted include in framework header expected angle-bracketed error on iOS14
Apparently installing cocoapods version 1.10.0 fixes it all. If that doesn’t work for you, please continue reading. There’s lots of temp fixes that’ll definitely work for you. Here’s the command to uninstall and reinstall that 1.10.1 version: gem uninstall cocoapods; gem install cocoapods -v ‘1.10.1’ ONLY CONTINUE READING IF THE ABOVE DIDN’T WORK FOR YOU. … Read more