asc-xcode-build

Automate building, archiving, and exporting iOS/macOS apps with xcodebuild.

4|Updated Dec 8, 2019
One-click install
npx skills add https://github.com/Detrous/dotfiles --skill asc-xcode-build-detrous
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asc-xcode-build
Source: https://github.com/Detrous/dotfiles/tree/main/claude/skills/asc-xcode-build
Command: npx skills add https://github.com/Detrous/dotfiles --skill asc-xcode-build-detrous

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the process of building, archiving, and exporting iOS and macOS apps to streamline submission workflows and reduce manual errors.

Core Features & Use Cases

  • Build and archive iOS/macOS targets using xcodebuild to generate .xcarchive files.
  • Export IPA for iOS and PKG for macOS with proper signing and provisioning settings.
  • Upload artifacts to App Store Connect using asc, simplifying deployment pipelines.

Quick Start

Build, archive, export, and upload your app to App Store Connect with xcodebuild and asc.

Frequently Asked Questions about asc-xcode-build

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate building and archiving iOS apps for App Store Connect?

To archive iOS apps for App Store Connect, use xcodebuild to generate .xcarchive files and export signed IPA artifacts. This skill automates that workflow to reduce manual errors.

How do I export a PKG file for a macOS app deployment?

Exporting a PKG file for macOS app deployment requires archiving the target and applying proper signing and provisioning settings. This skill handles the packaging and export steps automatically.

Do I need valid signing identities configured to use xcodebuild for archiving?

Valid signing identities or automatic signing are required to archive and export apps with xcodebuild. You also need Xcode installed and command line tools configured on your machine.

Can I upload IPA and PKG artifacts directly to App Store Connect from the command line?

You can upload IPA and PKG artifacts directly to App Store Connect using the asc command line tool. This skill integrates the build, export, and upload steps into a single automated pipeline.

What is the best way to streamline Xcode submission workflows and reduce manual errors?

Streamlining Xcode submission workflows involves automating the build, archive, and export steps using xcodebuild. This removes manual configuration errors and produces consistent IPA and PKG outputs.