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
pod update broken due to issue with Firebase/Core dependencies #8110
Comments
Hey there, this looks like a great example of a question that you should ask on StackOverflow - there is an active tag CocoaPods where people can help out with questions like this. We try to keep the CocoaPods issues focused only on bug reports for the tool, and for upcoming feature requests. Which this doesn't look like. |
We're tracking a workaround for this Firebase repo at firebase/firebase-ios-sdk#1845. It does look like the root cause is a CocoaPods issue of failing to properly consolidate subspec versions, since the workaround is to force a version that CocoaPods should determine on its own. I'll try to provide more CocoaPods specific info later. |
Thanks for the response @paulb777 , I felt stupid for a second there. |
I have the same issue. please provide the solution |
@muthukrishnanOCS Do a I still plan to investigate the CocoaPods issue, but in the meantime, it shouldn't impact Firebase usage with the latest releases. |
If I backup the master spec checkout ( With CocoaPods master, the pod install succeeds with lots of duplicate UUID warnings since two versions of Any suggestions about how to debug? |
I may be mistaken with this, but maybe this #6540 is related. Excuse me if it's not. Specifically "which means different versions of the pod were actually installed. Still don't understand how that's possible, as no other pod had a dependency on it, but probably a podspec has 10.0 requirement, while my Xcode targets have 10.2." |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
This issue will be auto-closed because there hasn't been any activity for a few months. Feel free to open a new one if you still experience this problem 👍 |
It seems like a bug was intrduced somewhere in this repo that breaks the dependency tree for
Firebase/Core
. Every time I runpod update
I get the same error:This happens on many different machines.
The text was updated successfully, but these errors were encountered: