nanopb version
firebase_messaging library our app uses requires
nanopb (~> 3.30910.0)
But this library has a different requirement. nanopb (< 2.30911.0, >= 2.30908.0)
Do you think there would be any issues if we just updated the requirements in a forked repo?
I Have the same issue
CocoaPods could not find compatible versions for pod "nanopb": In Podfile: ARCore/AugmentedFaces (~> 1.46.0) was resolved to 1.46.0, which depends on nanopb (< 2.30911.0, >= 2.30908.0)
firebase_analytics (from `.symlinks/plugins/firebase_analytics/ios`) was resolved to 11.3.4, which depends on
Firebase/Analytics (= 11.4.0) was resolved to 11.4.0, which depends on
Firebase/Core (= 11.4.0) was resolved to 11.4.0, which depends on
FirebaseAnalytics (~> 11.4.0) was resolved to 11.4.0, which depends on
nanopb (~> 3.30910.0)
I have temporarily created a fork of ARCore called ARCoreNanoPbUpdated 1.46.0.1 to address the issue while we await an official update from Google for the ARCore package.
To integrate this fix, simply replace the following line in your Podspec:
s.dependency 'ARCore/CloudAnchors', '~> 1.46.0'
with:
s.dependency 'ARCoreNanoPbUpdated/CloudAnchors', '~> 1.46.0.2'