Skip to content

Commit

Permalink
베포 에러 -> export_method을 app-store
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkyuchul committed Mar 2, 2024
1 parent 11231bf commit 511716b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,11 @@ platform :ios do

cocoapods(clean_install: true, use_bundle_exec: false)

gym(
build_app(
workspace: "Makgulli.xcworkspace",
scheme: "Makgulli",
configuration: "Debug",
export_options: {
method: "development",
signingStyle: "manual"
}
)
export_method: "app-store"
)

upload_to_testflight(skip_waiting_for_build_processing: true)

Expand Down

0 comments on commit 511716b

Please sign in to comment.