Conversation
…pp Store signing Co-authored-by: vickiegpt <40686366+vickiegpt@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix missing or invalid signature in altool validation
Fix App Store submission: replace manual IPA zip with proper gym export and Apple Distribution signing
Mar 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
altoolwas rejecting the IPA with "not signed using an Apple submission certificate" because the Fastfile bypassedxcodebuild -exportArchive— the step that re-signs with the distribution cert and embeds the App Store provisioning profile — by manually zipping the.appfrom the archive.Changes
gym(skip_package_ipa: true)+FileUtils/zipblock that produced an improperly signed IPAgymexport with explicitexport_options— Forcesmethod: "app-store"andsigningStyle: "manual"in the ExportOptions plist, overriding Xcode 26's tendency to injectmethod: development; includes explicitprovisioningProfilesmapping for both app and extension targetscode_sign_identity:"iPhone Distribution"→"Apple Distribution"in bothupdate_code_signing_settingscalls to match whatmatch appstoreactually installs on Xcode 16+💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.