-
-
Notifications
You must be signed in to change notification settings - Fork 468
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
bug?: Cocoa Pods Conflict? #373
Comments
This is a Pods version conflict between Google Mobile Ads SDK and Firebase SDK components pulled in by each plugin, as you can see from the error.
So the loose version specification in Google-Mobile-Ads-SDK is pulling in 6.4.0 which conflicts with the exact version specification of Firebase as 6.3.0 Since the latest iOS release version of the Firebase SDK is 6.0.22, you can try forking this plugin and editing the If this works, feel free to submit a PR and I'll merge the changes to this plugin to go out in the next release. |
Thanks for your quick answer and explanation. I think i don't need to test this by forking. I found this where you can see that Version 6.22.0 depends on So will this work then? Because one is |
|
should i create a pr for upgrading to 6.22.0 or do you? |
@dpa99c please increase version of plugin after pods update |
@askona the plugin version will be increased when the next release is tagged and released to npm |
@dpa99c just FYI, for now 9.1.0 contains old pods - 6.18.0, which are conflicts with most of recent other plugins, whos using firebase |
Wait for the next Release, i think it will be published soon. As a alternative you can go into the plugins Folder and edit the |
Maybe this will be usefull for someone, I'm using npm command |
When will the fix be released? |
|
Hello, I believe this bug is present again with new higher versions. I get identical errors as initially reported, just with higher versions: In Podfile: Specs satisfying the |
By the way, will the fix also be available for the CLI version? |
Good news is that I have forked the plugin and bumped firebase version in plugin.xml from 8.4.0 to 8.10.0 and my project builds and works fine. Or more precisely firebasex functionality still works fine.. I have not tested admob yet. I have modified and tested CLI branch. here is the change: |
Bug report
Current behavior:
I just added your Plugin to a new App and get this Error:
After run
pod install
, i get this Error:I have set my Deployment Min Target to 11:
<preference name="deployment-target" value="11.0" />
Google-Mobile-Ads-SDK comes from this Plugin: https://github.com/admob-plus/admob-plus
Can you help me out with this? Is there a Way i can handle this Issue?
The text was updated successfully, but these errors were encountered: