Error Installing ‘pod Firebase/Firestore’ in my iOS app

Ok so after some struggle I got the solution to my problem. My pod repo was somewhat outdated and because of that I was unable to install the pod. The error in the terminal was reading something like ‘Unexpected token by boringSSL…’

I performed the following commands to remove my pod repository and reinstalled it, after which the pod installed correctly:

pod repo remove master
pod setup
pod install

CLICK HERE to find out more related problems solutions.

Leave a Comment

Your email address will not be published.

Scroll to Top