-
Notifications
You must be signed in to change notification settings - Fork 259
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
Comments
Any solution for this? |
You can try my fork: https://pub.dev/packages/ar_flutter_plugin_flutterflow |
I tried this and I still received the same error. Any suggestions on how to fix this? |
* 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.
@DanielJames830 I have temporarily created a fork of ARCore ARCoreNanoPbUpdated 1.46.0.1 - Consequently, my plugin, ar_flutter_plugin_flutterflow, implements this update in its version 0.7.53. |
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 onARCore/CloudAnchors (~> 1.32.0) was resolved to 1.32.0, which depends on
nanopb (< 2.30910.0, >= 2.30908.0)
The text was updated successfully, but these errors were encountered: