What problem does it solve? Preparing an iOS, macOS, tvOS, or visionOS app for App Store Connect involves error-prone xcodebuild commands, manual version/build number management, and export options configuration. This Skill replaces that with deterministic asc xcode helper commands for archiving, exporting, and uploading. ## Core Features & Use Cases - Version and Build Number Management: View, edit, and bump version/build numbers, including resolving the remote-safe next build number from App Store Connect to avoid rejection. - Archive and Export: Run asc xcode archive and asc xcode export with automatic or manual signing, generated ExportOptions.plist, and optional direct upload with --wait. - Upload and Publish: Upload IPA or PKG artifacts, distribute to TestFlight groups, or publish to the App Store with submission. - Use Case: You need to ship a new iOS release. Bump the build number with the remote-safe value, archive the workspace, export an IPA with automatic signing, and publish to TestFlight in one guided flow. ## Quick Start Use the asc-xcode-build skill to archive my iOS app, export an IPA, and upload it to App Store Connect with the next available build number.