-
Notifications
You must be signed in to change notification settings - Fork 1.6k
FR: Carthage support #9
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
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
2 similar comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@nidegen I've seen this a few times, but not able to reproduce reliably. I suspect a Carthage race condition since Rerunning the |
@paulb777 yes I have also just reupdated carthage a couple of times, but it is really a mess for our CI pipelines😬😬 are the binaries not just download only? how comes carthage has to check out dependencies there? |
@nidegen Since Carthage doesn't do dependencies for binaries, the multiple Firebase components that depend on |
Some frameworks are fetching version 5.0.1 and some version 5.1.0.
produces
Anyone else seeing this issue? |
@paulb777 i dont get it. if binaries have no dependencies (I already understood it that way) why is there an issue with a dependency (protobuf). To me it seems that carthage does check for dependencies after all, or performs some kind of processing of the binaries. i dont see why it should / a binary package is performing anything |
@nidegen The Carthage zip files for multiple Firebase components include the Protobuf.framework. If you're using two or more of those components, Carthage will attempt to do multiple copies to @schlingding Does clearing the Carthage cache make a difference - |
@paulb777 I have tried clearing the cache and removing the Carthage folder as well. Same results. I’m on the latest version of Carthage. Are you getting 5.1.0 when running Carthage? If so I’ll debug further. |
@paulb777 Ran Carthage today and now it's pulling all |
Seeing this on "5.2.0"
Only way to resolve is |
I also had to manually add |
Hey guys! Can you add macOS support? The |
Anyone had troubles updating from 5.4 to 5.6? Missing |
See #1701 for discussion of |
Firebase is releasing weeks faster than the updates to the binary files for carthage. At the time of this post, I'm seeing the latest carthage binary references at 5.8.0 where 5.8.1, 5.9.0, and 5.10.0 have since been released. Can updating these binary references be part of the Firebase iOS release process or are there further issues? Please update soon so the community can take advantage of the bug fixes and enhancements. Thank you! |
@schlingding 5.10.0 is now available via Carthage. See #1862 to follow the status of official Carthage support |
Those of you interested in Firebase via Carthage may want to check out Firebase via Rome. Rome provides many of the Carthage features as well as a few additional advantages. Check out the details at https://github.com/firebase/firebase-ios-sdk/blob/master/Rome.md. We'd love to hear any feedback in another issue. |
Closing since Carthage is now available experimentally. We'll track making it officially supported in #1862. |
thanks, @paulb777 clearing carthage cache solved my issue |
Now that the Firebase SDKs are open source, can we then have Carthage support? 😍
The text was updated successfully, but these errors were encountered: