diff --git a/fastlane/Fastfile b/fastlane/Fastfile index df2aa825..69e61af1 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -71,6 +71,6 @@ platform :ios do scheme: "#{DEV_SCHEME}", export_method: "app-store" # 앱 스토어에 앱을 제출하기 위한 목적으로 아카이브를 내보냅니다. ) - upload_to_testflight(skip_waiting_for_build_processing: true) + upload_to_testflight(skip_waiting_for_build_processing: true) # 올리는거 기다리지 않음 end end \ No newline at end of file