Live data from Hacker News

CocoaPods trunk read-only plan

blog.cocoapods.org

11–20 of 116 posts

Re: CocoaPods trunk read-only plan

#11

Isnt this a old news? I'm thinking of Swift Package manager for all the stuff new.

From my experience, about 20-30% of the packages are not working with swiftpm, either because they don't have a Package.swift file, or because it is not compatible with up-to-date developer tools. On many projects, I had to fork a few repositories just to add or fix the swiftpm integration... while their Pod integration has always been working well.

Re: CocoaPods trunk read-only plan

#13
Apple has always made it painful to step too far off the path with their tooling and frameworks and cocoapods was not immune to that pain. I'm grateful of what they made and the pressure they put on Apple to make things better, but I was very happy to remove yet another 3rd party dependency from our toolchain the moment we were able to.

Re: CocoaPods trunk read-only plan

#15

This is really sad, because the replacement, Swift Package Manager, is really crap: it lacks some useful features (an "outdated" command, meaningful commandline output, ...), is buggy as hell in xcode (most of the time xcode just crashes when you add/removed a dependency, error messages while getting a repository are not understandable and even often not visible entirely, many repositories have some old Package.swift…

Tuist

Re: CocoaPods trunk read-only plan

#16
post #10

Doesn't React Native depend on this very heavily for iOS?

It does, in recent react native versions they show a deprecation warning when running “pod install” directly which is probably a signal they are working on moving to other package managers, but not aware of what the plan is.

Re: CocoaPods trunk read-only plan

#17
post #10

Doesn't React Native depend on this very heavily for iOS?

Yeah, and according to https://expo.dev/blog/precompiled-react-native-for-ios and linked https://github.com/react-native-community/discussions-and-pr..., it seems moving off CocoaPods has barely moved past planning stage. Latest update from two weeks ago links to https://github.com/facebook/react-native/pull/52909 and says it’s very very experimental. Just great…
Post reply on HN