asc-xcode-build

Automates build, archive, export, and version management of Xcode projects for App Store Connect.

3|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/kvn8888/OpenFoodJournal --skill asc-xcode-build-kvn8888
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asc-xcode-build
Source: https://github.com/kvn8888/OpenFoodJournal/tree/main/.agents/skills/asc-xcode-build
Command: npx skills add https://github.com/kvn8888/OpenFoodJournal --skill asc-xcode-build-kvn8888

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of building, archiving, exporting, and managing Xcode versions and build numbers for App Store Connect, enhancing the efficiency of the app submission process.

Core Features & Use Cases

  • Build, Archive, Export, and Manage: Automates the complete workflow of creating IPA or PKG files from Xcode projects.
  • Version and Build Number Management: Allows for easy viewing, editing, and bumping of version and build numbers.
  • Preferred iOS/tvOS/visionOS Build Flow: Offers a detailed guide for archiving and exporting apps using App Store Connect's recommended workflow.
  • macOS App Store Flow: Supports the archiving and uploading of macOS apps using Xcode and App Store Connect.
  • Raw xcodebuild Fallback: Provides instructions for using xcodebuild when App Store Connect tools do not cover specific options.

Quick Start

Build, archive, and export your Xcode project for App Store Connect using the asc-xcode-build skill.

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 Xcode builds and IPA creation for App Store Connect?

Automate Xcode builds and IPA creation by using a workflow that handles project archiving, exporting, and version management configured for App Store Connect submission. It requires valid signing credentials.

Can I manage version and build numbers automatically when archiving Xcode projects?

You can manage version and build numbers automatically during Xcode archiving by viewing, editing, and bumping them within the automated build workflow before exporting the app.

Does this Xcode build automation support macOS apps or only iOS?

This Xcode build automation supports macOS apps alongside iOS, tvOS, and visionOS, providing specific archiving and uploading workflows for macOS App Store submission.

What is the best way to handle Xcode project configurations when the standard App Store Connect workflow fails?

The best way to handle unsupported Xcode project configurations is using a raw xcodebuild fallback, which provides direct instructions when App Store Connect tools do not cover specific options.

Do I need configured App Store Connect credentials to export an IPA from Xcode?

Yes, you need configured App Store Connect credentials, valid signing identities, and a functional Xcode environment to successfully export an IPA and upload it for submission.

Why does my automated Xcode archive export fail when uploading to App Store Connect?

Automated Xcode archive exports fail when App Store Connect credentials are invalid, signing certificates expire, or project configurations mismatch, requiring verification of environment prerequisites.