Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOS ARCore dependency update #121

Closed
dnkoulouris opened this issue Jul 1, 2022 · 0 comments
Closed

IOS ARCore dependency update #121

dnkoulouris opened this issue Jul 1, 2022 · 0 comments

Comments

@dnkoulouris
Copy link
Contributor

Build fails with dependency constraint error, due to today's upgrades in Firebase libraries.

If I run pod install in my project, I get:

[!] CocoaPods could not find compatible versions for pod "Firebase/CoreOnly":
In Podfile:
ar_flutter_plugin (from .symlinks/plugins/ar_flutter_plugin/ios) was resolved to 0.6.2, which depends on
ARCore/CloudAnchors (> 1.26.0) was resolved to 1.26.0, which depends on
Firebase/RemoteConfig (
> 8.0) was resolved to 8.0.0, which depends on
Firebase/CoreOnly (= 8.0.0)

firebase_core (from `.symlinks/plugins/firebase_core/ios`) was resolved to 1.19.0, which depends on
  Firebase/CoreOnly (= 9.2.0)

Fix:
Change line 23 of ios/ar_flutter_plugin.podspec file to s.dependency 'ARCore/CloudAnchors', '~> 1.32.0'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant