What problem does it solve? Preparing an iOS, macOS, tvOS, or visionOS app for App Store Connect involves error-prone xcodebuild commands, manual version and build number management, and tricky export option configuration. This Skill streamlines the entire build-to-upload pipeline using the asc xcode helpers. ## 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 for low CFBundleVersion. - Archive and Export: Run deterministic archives and exports with asc xcode archive and asc xcode export, generating ExportOptions.plist automatically with automatic or manual signing. - Upload and Publish: Upload IPA or PKG files, distribute to TestFlight groups, and publish to the App Store with optional submission. - Use Case: You need to ship a new iOS release. Bump the build number to the next remote-safe value, archive the workspace, export an IPA with automatic signing, and publish it to TestFlight—all with structured JSON output for CI pipelines. ## Quick Start Build and archive my iOS app with the asc xcode helpers, then export an IPA and upload it to App Store Connect with the next available build number.