Open zayantharanif3 opened 1 month ago
ARCore is not yet updating to Firebase 11.X. If your project needs to use this version, my recommendation for now would be to fork the package and adjust that dependency, or use the cocoapod as a local swift package and manually adjust the dependency there.
Hi everyone!
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'
I hope this helps!
In Podfile: firebase_messaging (from .symlinks/plugins/firebase_messaging/ios) was resolved to 15.1.3, which depends on Firebase/Messaging (= 11.2.0) was resolved to 11.2.0, which depends on FirebaseMessaging (~> 11.2.0) was resolved to 11.2.0, which depends on nanopb (~> 3.30910.0)
Downgrading Firebase isn't an option in my case. Is there anything regarding ARCore that could be done?