Back to News
Advertisement

Ask HN: Those building Swift apps without touching Xcode, what is your workflow?

pp5v about 5 hours ago 4 comments

HI version is available. Content is displayed in original English for accuracy.

It's one thing having to download this monstrosity, and a whole other, having to use it daily to write code.
Advertisement

⚡ Community Insights

Discussion Sentiment

50% Positive

Analyzed from 92 words in the discussion.

Trending Topics

#swift#xcode#https#org#download#using#app#xcede#www#documentation

Discussion (4 Comments)Read Original on HackerNews

brudgersabout 4 hours ago
https://www.swift.org/documentation/articles/zero-to-swift-e...

You could probably use Emacs for Swift...just like for about every other language.

Whether you still must download a monstrosity is left as an exercise for the reader.

whynotmaybeabout 1 hour ago
I'm using flutter and had to download xcode to build the app so I guess it's a necessary step.
sandrusoabout 3 hours ago
I had xcede[0] setup that worked well.

[0] https://codeberg.org/luxmentis/xcede

indemnityabout 3 hours ago
I use Xcode, but just to run the app with Command-R so I can see log messages or stack traces if I need to drop it into the agent for analysis. Everything else is done by Claude Code / Codex.

I even read the source using Zed not Xcode :)