From b9396a3f6fd04e05acd0ef8f3d0471a05b867e61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=8F=84=ED=98=84?= Date: Sun, 29 Dec 2024 21:35:24 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20github=20Action=20PRD=20Lane=20version?= =?UTF-8?q?=20number=20Method=20=EC=A0=9C=EA=B1=B0=20(#738)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fastlane/Fastfile | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 3ebee1f1..9b072775 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -157,11 +157,6 @@ platform :ios do new_build_number = build_num + 1 - version = get_version_number( - xcodeproj: "14th-team5-iOS/App/App.xcodeproj", - target: "#{PRD_SCHEME}" - ) - increment_build_number( xcodeproj: "14th-team5-iOS/App/App.xcodeproj", @@ -189,18 +184,8 @@ platform :ios do "com.5ing.bibbi" => "match AppStore com.5ing.bibbi", "com.5ing.bibbi.widget" => "match AppStore com.5ing.bibbi.widget" } - } - ) - - download_dsyms( - app_identifier: "com.5ing.bibbi", - version: version, - build_number: new_build_number, - output_directory: "./14th-team5-iOS" - ) - - upload_symbols_to_crashlytics( - gsp_path: "14th-team5-iOS/App/Resources/GoogleService-Info.plist" + }, + xcargs: "arch=x86_64" ) upload_to_testflight(skip_waiting_for_build_processing: true)