← Back to KHAO

Claude Code · Claude · Apple · iOS ·

Building and shipping Mac and iOS apps without ever opening Xcode

2 min read

Compiled by KHAO Editorial — aggregated from 1 source + 1 reference discovered via search. See llms.txt for citation guidance.

◌ Single Source

Terminal window.

Lately, the reporter has heard several Apple related podcasters talk about how bad Xcode is, and how Apple needs to make vibe-coding Mac and iOS apps better by making Xcode less inscrutable.

Key facts

Summary

And if you’re ever in doubt about how to make any of the following work, point Claude Code or your LLM coding tool of choice to this blog post, and let it figure it out. A few one-time steps do need the GUI (or an interactive terminal): sign into your Apple ID, create a Developer ID certificate, store a notarization password. The Mac app ships via one script, scripts/release.sh, which you write once. Signing is certificate-and-keychain based. The signing key lives in the login keychain; xcodebuild finds it automatically.

Read full article at scottwillsey.com →

#Claude Code #Claude #Apple #iOS