From 0869d6fd3211b3d7ba6eab19c1d95be77dda2df7 Mon Sep 17 00:00:00 2001 From: Amir Khodabakhsh <207882092+Ghostmonday@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:28:29 -0700 Subject: [PATCH] fix: remove api_key from build_app (not a valid parameter) --- fastlane/Fastfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 4f2fcad..2c89b71 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -96,13 +96,12 @@ platform :ios do targets: [app_scheme] ) - # Build using automatic signing — App Store Connect API key handles certs/profiles + # Build using automatic signing build_app( project: generated_project_path, scheme: app_scheme, configuration: "Release", export_method: "app-store", - api_key: api_key, clean: true, output_directory: "build", output_name: "DailyGlow.ipa",