What problem does it solve? Preparing an iOS, macOS, tvOS, or visionOS app for App Store Connect involves error-prone manual steps: managing version and build numbers, archiving, generating export options, exporting IPAs or PKGs, and uploading builds. This Skill standardizes that entire pipeline using the asc xcode helpers. ## Core Features & Use Cases - Version and Build Number Management: View, edit, and bump MARKETING_VERSION and CURRENT_PROJECT_VERSION, including resolving the remote-safe next build number from App Store Connect to avoid rejection. - Archive and Export: Run deterministic archives and exports with automatic or manual signing, generating ExportOptions.plist when review or reuse is needed. - Upload and Publish: Upload IPAs or PKGs, 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 with the remote-safe value, archive the Release configuration, export an IPA with automatic signing, and publish it to TestFlight in one guided flow. ## Quick Start Ask the assistant to archive the app with asc xcode archive, export an IPA, and upload it to App Store Connect for TestFlight distribution.