From c4f8adef27cdcc4e8317ab1f9861ed691117ff66 Mon Sep 17 00:00:00 2001 From: opficdev Date: Tue, 10 Mar 2026 02:33:31 +0900 Subject: [PATCH] =?UTF-8?q?test:=20lint=20=EB=AA=A8=EB=93=88=20validation?= =?UTF-8?q?=20=EC=8A=A4=ED=82=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fastlane/Fastfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 9a640429..096fc7af 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -39,7 +39,8 @@ platform :ios do build_app( project: "DevLog.xcodeproj", scheme: "DevLog", - export_method: "app-store" + export_method: "app-store-connect", + xcargs: "-skipPackagePluginValidation" ) next api_key