Skip to content

Commit

Permalink
fix: provisioningProfiles 지정
Browse files Browse the repository at this point in the history
  • Loading branch information
Seokki-Kwon committed Oct 17, 2024
1 parent bde59a6 commit 4d37881
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,15 @@ platform :ios do
increment_build_number(xcodeproj: "HongikYeolgong2.xcodeproj")

# 앱빌드
build_app(
scheme: "HongikYeolgong2",
export_method: "app-store"
)
build_app(
scheme: "HongikYeolgong2",
export_method: "app-store",
export_options: {
provisioningProfiles: {
"com.teamHY2.HongikYeolgong2" => "match AppStore com.teamHY2.HongikYeolgong2"
}
}
)

# 테플에 업로드
upload_to_testflight(skip_waiting_for_build_processing: true)
Expand Down

0 comments on commit 4d37881

Please sign in to comment.