Deprecating Cocoa-pods. #525
thomasMinshull
started this conversation in
General
Replies: 1 comment 1 reply
-
I know there are quite a few projects that still use CocoaPods or Carthage. So I'm not planning to remove the support for them any time soon. With deprecations, I just wanted to signal that it will eventually be removed. It doesn't mean there weren't be any more CocoaPods releases. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We were about to integrate Nuke into our iOS project. Unfortunately, deprecating cocoa-pod support will likely put a hard stop to this. This project is a mixed RN and Swift project, and it's not yet possible to run SPM with RN, and even at the point when this becomes supported by RN it's doubtful that many RN modules would upgrade to support it.
Mixing and matching dependency managers in a project is problematic because these tools are not aware of each other dependency graphs.
Please reconsider deprecating cocoa-pods
Beta Was this translation helpful? Give feedback.
All reactions