CariusLars / ar_flutter_plugin

Flutter Plugin for AR (Augmented Reality) - Supports ARKit on iOS and ARCore on Android devices
MIT License
326 stars 242 forks source link

Issue with Firebase Compatibility #209

Open yubarajshrestha opened 12 months ago

yubarajshrestha commented 12 months ago

While using this plugin following is the issue I am facing. Looks like dependency issue. Any one have fixes for this?

  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
        GTMSessionFetcher/Core (~> 1.2)

    firebase_auth (from `.symlinks/plugins/firebase_auth/ios`) was resolved to 4.10.1, which depends on
      Firebase/Auth (= 10.15.0) was resolved to 10.15.0, which depends on
        FirebaseAuth (~> 10.15.0) was resolved to 10.15.0, which depends on
          GTMSessionFetcher/Core (< 4.0, >= 2.1)

Current work environment:

XCode 15
Flutter 3.13.6 • channel stable • https://github.com/flutter/flutter.git
Framework • revision ead455963c (8 days ago) • 2023-09-26 18:28:17 -0700
Engine • revision a794cf2681
Tools • Dart 3.1.3 • DevTools 2.25.0
TasteDaBombDev commented 12 months ago

Same here, same details as mentioned above.