asc-xcode-build

Build and archive iOS and macOS apps with xcodebuild into IPA or PKG formats.

954|51|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill asc-xcode-build-rudrankriyam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asc-xcode-build
Source: https://github.com/rudrankriyam/app-store-connect-cli-skills/tree/main/skills/asc-xcode-build
Command: npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill asc-xcode-build-rudrankriyam

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of building, archiving, and exporting iOS and macOS applications using xcodebuild, preparing them for upload to App Store Connect.

Core Features & Use Cases

  • iOS App Creation: Generates an IPA file suitable for App Store Connect uploads.
  • macOS App Creation: Generates a PKG file for macOS application distribution.
  • CI/CD Integration: Essential for setting up automated build pipelines.
  • Configuration: Supports ExportOptions.plist for custom export settings.

Quick Start

Use the asc-xcode-build skill to build and export your iOS app using the specified scheme and export options.

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 exporting an iOS app into an IPA file for App Store Connect?

To automate iOS app packaging, you can use xcodebuild to archive the project and export it into an IPA file. This process supports custom configurations via ExportOptions.plist, ensuring the output meets App Store Connect upload requirements.

What is the best way to generate a PKG file for macOS app distribution in a CI/CD pipeline?

Generating a PKG file for macOS distribution involves archiving the application with xcodebuild. This method is essential for CI/CD pipelines, allowing automated creation of macOS installer packages ready for distribution.

Does xcodebuild support custom export configurations for iOS and macOS apps?

Yes, xcodebuild supports custom export configurations for iOS and macOS apps. You can define specific export settings, such as provisioning profiles and distribution methods, using an ExportOptions.plist file during the archive export phase.

Can I integrate xcodebuild archiving into an automated CI/CD environment?

Yes, xcodebuild archiving integrates seamlessly into CI/CD environments. It automates building, archiving, and exporting iOS and macOS applications into IPA or PKG formats, addressing the need for consistent application packaging in automated pipelines.

How do I upload an exported IPA file to App Store Connect after building it?

After building and exporting an IPA file using xcodebuild, the application is prepared for upload to App Store Connect. This Skill addresses the packaging phase, integrating with App Store Connect for build uploads to complete the distribution workflow.