From 9f078ee059da1871ee7524fd77907718e46b9c2e Mon Sep 17 00:00:00 2001 From: Seokki-Kwon Date: Fri, 18 Oct 2024 02:52:58 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20codesign=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fastlane/Fastfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 17fb4d4..51a5bb6 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -28,7 +28,7 @@ platform :ios do unlock: true, timeout: 3600, lock_when_sleeps: true - ) + ) match( type: "appstore", @@ -53,6 +53,8 @@ platform :ios do ) end + sync_code_signing(type: "appstore", readonly: true) + # 앱스토어 커넥트 연결 app_store_connect_api_key( key_id: ENV['APP_STORE_CONNECT_KEY_ID'],