Building and shipping Mac and iOS apps without opening Xcode
scottwillsey.com
Building and shipping Mac and iOS apps without opening Xcode
1–10 of 248 posts
Re: Building and shipping Mac and iOS apps without opening Xcode
#2Interestingly, since about Opus 4.6, Claude has been able to reason its way into this process on its own. It was clunky until 4.7, and in 4.8 it's managed to find its way around every reason I had to open xcode myself.
Re: Building and shipping Mac and iOS apps without opening Xcode
#3> I had Claude Code create mine: I told Claude, more or less: I want to archive, Developer ID-sign, notarize, staple, and install this app to /Applications without ever opening Xcode. Write me a script that does the whole chain and fails loudly if any step breaks.
Even though the text we're reading is Claude talking to us as well :)
Also it was weird to see the mention of "ask your LLM" at almost every stage in the blog post:
> point Claude Code or your LLM coding tool of choice to this blog post, and let it figure it out
> When in doubt, ask your LLM of choice about them and have it help you get set up. It’s the one that’s going to be using Xcode for you anyway.
> The whole point of using the LLM in the first place is to avoid doing things manually that you don’t want to do.
> Again, if in doubt, ask Claude Code or your LLM of choice to create this for you.
> Again, this is why you talk to your LLM, tell it what you want, and have it help build your workflow.
Re: Building and shipping Mac and iOS apps without opening Xcode
#4Re: Building and shipping Mac and iOS apps without opening Xcode
#5Re: Building and shipping Mac and iOS apps without opening Xcode
#6Re: Building and shipping Mac and iOS apps without opening Xcode
#7Re: Building and shipping Mac and iOS apps without opening Xcode
#8In addition to a deep roster of skills and agencts, Axiom includes several for-LLM tools². xclog, xcprof, xcsym, and xcui are designed to be used by LLMs, and expose capabilities in a token-efficient way. These tools are equally helpful for non-Axiom skills/agents.
¹ Axiom: https://charleswiltgen.github.io/Axiom/ ² Axiom CLI tools: https://charleswiltgen.github.io/Axiom/tools/
Re: Building and shipping Mac and iOS apps without opening Xcode
#9Claude was great at figuring out what was broken when and either fixing it, or clicking as far as it could until it needed me.
You could say I'm mostly just IRL hands for the AI now.
Re: Building and shipping Mac and iOS apps without opening Xcode
#10This is cool but also makes me worried about the tendency with llms for all of us to make bespoke solutions rather than building a better community tool or extending an existing tool to solve the problem. fastlane exists to solve exactly this problem in the mobile space.