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

Fails to build due to old Firebase dependency #201

Open
justintoth opened this issue Jun 23, 2023 · 1 comment
Open

Fails to build due to old Firebase dependency #201

justintoth opened this issue Jun 23, 2023 · 1 comment

Comments

@justintoth
Copy link

[!] 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.32.0) was resolved to 1.32.0, which depends on
        ARCore/GARSession (= 1.32.0) was resolved to 1.32.0, which depends on
          Firebase/RemoteConfig (< 10.0, >= 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 2.14.0, which depends on
      Firebase/CoreOnly (= 10.10.0)
@alexyaroshuk
Copy link

try making this change to ios/ar_flutter_plugin.podspec on line 23:

  s.dependency 'ARCore/CloudAnchors', '~> 1.38.0' 
  s.platform = :ios, '15.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

2 participants