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

Conflict With Firebase #232

Open
naved997 opened this issue Sep 5, 2024 · 4 comments
Open

Conflict With Firebase #232

naved997 opened this issue Sep 5, 2024 · 4 comments

Comments

@naved997
Copy link

naved997 commented Sep 5, 2024

I am using ar_flutter_plugin which was work very well but when i add firbase core and firebase messaging it conflict with them and now i am getting this error
[!] CocoaPods could not find compatible versions for pod "nanopb":
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
nanopb (< 2.30910.0, >= 2.30908.0)

    firebase_messaging (from `.symlinks/plugins/firebase_messaging/ios`) was resolved to 15.1.0, which depends on
      Firebase/Messaging (= 11.0.0) was resolved to 11.0.0, which depends on
        FirebaseMessaging (~> 11.0.0) was resolved to 11.0.0, which depends on
          nanopb (~> 3.30910.0)
@naved997
Copy link
Author

naved997 commented Sep 6, 2024

Any solution for this?

@hlefe
Copy link

hlefe commented Oct 28, 2024

You can try my fork: https://pub.dev/packages/ar_flutter_plugin_flutterflow
With a complete example in Flutterflow here: https://app.flutterflow.io/project/a-r-flutter-lib-ipqw3k

@DanielJames830
Copy link

You can try my fork: https://pub.dev/packages/ar_flutter_plugin_flutterflow With a complete example in Flutterflow here: https://app.flutterflow.io/project/a-r-flutter-lib-ipqw3k

I tried this and I still received the same error. Any suggestions on how to fix this?

hlefe added a commit to hlefe/ar_flutter_plugin_flutterflow that referenced this issue Nov 3, 2024
* ARCore does not support Firebase 11.X and the new version of nanopb (info here: CariusLars/ar_flutter_plugin#232).
* Temporary use of a fork of ARCore (ARCoreNanoPbUpdated 1.46.0.1) that implements this update while waiting for Google to update the official ARCore package.
@hlefe
Copy link

hlefe commented Nov 3, 2024

@DanielJames830
The issue is mentioned here: google-ar/arcore-ios-sdk#104
And also here: google-ar/arcore-ios-sdk#108

I have temporarily created a fork of ARCore ARCoreNanoPbUpdated 1.46.0.1 -
That implements this update while waiting for Google to update the official ARCore package.

Consequently, my plugin, ar_flutter_plugin_flutterflow, implements this update in its version 0.7.53.
Feel free to try it out: https://pub.dev/packages/ar_flutter_plugin_flutterflow

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

3 participants