Skip to content

Commit f3d08ed

Browse files
boring-kmclaude
andcommitted
fix: gym export에 teamID, signingStyle 추가하여 프로파일 매칭 수정
- export_options에 teamID 명시 (DEVELOPER_PORTAL_TEAM_ID) - signingStyle: manual 추가로 프로비저닝 프로파일 정확히 지정 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent bda5316 commit f3d08ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ios/fastlane/Fastfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ platform :ios do
4242
scheme: "Runner",
4343
export_method: "app-store",
4444
export_options: {
45+
teamID: ENV["DEVELOPER_PORTAL_TEAM_ID"],
46+
signingStyle: "manual",
4547
provisioningProfiles: {
4648
"com.mr.acProjectApp" => "match AppStore com.mr.acProjectApp",
4749
"com.mr.acProjectApp.Extension" => "match AppStore com.mr.acProjectApp.Extension"

0 commit comments

Comments
 (0)