Skip to content

Commit 2e1e01b

Browse files
boring-kmclaude
andcommitted
fix: export_method를 app-store로 복원 (gym 호환)
- gym이 app-store-connect를 지원하지 않음 - setup_ci로 키체인 문제 해결됨 → app-store로 export 가능 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c43ce95 commit 2e1e01b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ platform :ios do
1919
configuration: "Release",
2020
workspace: "Runner.xcworkspace",
2121
scheme: "Runner",
22-
export_method: "app-store-connect",
22+
export_method: "app-store",
2323
export_options: {
2424
teamID: "T583WJWNAK",
2525
provisioningProfiles: {

0 commit comments

Comments
 (0)