This is a comprehensive iOS development skill that handles the full workflow from XcodeGen project generation to code signing and deployment. It's built around real pain points you'll hit when automating iOS builds, like SPM dynamic framework embedding issues and the notorious "Library not loaded: @rpath/Framework" error that requires building in Xcode GUI first. The critical warnings section alone is worth bookmarking if you're doing any CLI-based iOS work. It covers Apple's free account signing limitations, notarization API quirks, and EMFILE errors during signing that you won't find in official docs. If you're building iOS apps with Claude and need to move past manual Xcode clicking, this gives you the guardrails.
npx skills add https://github.com/daymade/claude-code-skills --skill developing-ios-apps