The amount of setup boilerplate required to associate some Cocoa code with its unit tests is ridiculous, and encourages larger libraries.
Conversation
If I want to open source one class and its tests, I basically have to configure an entire toolchain for it, even if it’s nothing special.
4
1
2
yeah, I've been meaning to come up with a fast way to bootstrap new projects for this (i.e. a CLI that creates a workspace)
1
1
It would be nice to not even deal with Xcode for such small components.
1
1
like a toolchain that can simply compile and run tests for simply a few source files w/o Xcode?
1
1
Yeah, basically.
1
But then, of course, it’s messy when people want to include that code in their projects. There aren’t any really great answers.
2
Replying to
I think this solution could be okay if there's some command-line thing that makes the .xcodeproj on the fly.
Replying to
Wanted: an official scripting library for generating xcodeprojs. And a similar library for manipulating build pipelines live
1
isn't there an open source tool that creates Xcodeprojs that's co developed with cocoapods?
2
1
Show replies
Replying to
1
2






