I am trying to update, Firebase version to 8.4.0 and running into following error. To update, I specified the Firebase/Core, Firebase/Crashlytics, Firebase/Performance's version to 8.4.0 in my pod file. Now, when running pod install, I got following error.
Firebase/Crashlytics (~> 8.4.0) was resolved to 8.4.0, which depends on
FirebaseCrashlytics (~> 8.4.0) was resolved to 8.4.0, which depends on
nanopb (~> 2.30908.0)
I tried the solution that is provided online - rm -rf Podfile.lock
, but no luck.
Any idea, how to update nanopb too. Or what could be some other probable solutions.