Skip to content

Fix export method for Xcode 26 (app-store → app-store-connect)#4

Merged
vickiegpt merged 2 commits intomainfrom
copilot/fix-unknown-distribution-error
Mar 18, 2026
Merged

Fix export method for Xcode 26 (app-store → app-store-connect)#4
vickiegpt merged 2 commits intomainfrom
copilot/fix-unknown-distribution-error

Conversation

Copy link

Copilot AI commented Mar 18, 2026

Xcode 26 dropped "app-store" as a valid method value in exportOptionsPlist, replacing it with "app-store-connect". This caused xcodebuild -exportArchive to fail with:

error: exportArchive exportOptionsPlist error for key "method" expected one {} but found app-store

Changes

  • fastlane/Fastfile: Update gym export_method from "app-store" to "app-store-connect" to match Xcode 26 requirements.

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

…nect for Xcode 26

Co-authored-by: vickiegpt <40686366+vickiegpt@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix unknown distribution error in Xcode build Fix export method for Xcode 26 (app-store → app-store-connect) Mar 18, 2026
Copilot AI requested a review from vickiegpt March 18, 2026 23:41
@vickiegpt vickiegpt marked this pull request as ready for review March 18, 2026 23:41
@vickiegpt vickiegpt merged commit 30bdbe9 into main Mar 18, 2026
1 check failed
@vickiegpt vickiegpt deleted the copilot/fix-unknown-distribution-error branch March 18, 2026 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants