Hacker News new | ask | show | jobs
by ChrisMarshallNY 18 days ago
Nah. I usually use Xcode GUI, but there's been a lot of discussion about using a CLI workflow, for many years. Should be easy to find.

Hope you like long argument lists. xcodebuild has a crazy long parameter list.

https://developer.apple.com/documentation/xcode/xcode-comman...

2 comments

From my experience the CLI works but is not well documented.
They rely on manpages, but using CLI tools is old enough, that there’s been plenty of online discussion on the practice.

LLMs will often use CLI tools. In my experience, they loves their CLI.