Hacker News new | ask | show | jobs
by quasarj 18 days ago
That's good to hear. I never even tried to make anything for macOS because I opened Xcode and.. well, you know.
2 comments

If you write Qt applications, Qt Creator is perfectly usable and as it's cross-platform you only need to be familiar with one IDE. It ships with its own deploy command which packages the app. You still need to run code signing/notarization last time I checked, but if the complaint is the XCode GUI then no problem there.
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...

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.