From 0be2442ad039c5c03006d03f0f302dec9d8ae8f7 Mon Sep 17 00:00:00 2001 From: James Magahern Date: Thu, 25 Jun 2026 23:37:24 -0700 Subject: [PATCH] Pass signing keychain to Xcode resolver --- ios/fastlane/Fastfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index b9fb948..282899a 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -175,6 +175,7 @@ platform :ios do if ENV["CI"] build_options[:xcargs] = [ + "CODE_SIGN_KEYCHAIN=#{ENV.fetch("MATCH_KEYCHAIN_NAME").shellescape}", "OTHER_CODE_SIGN_FLAGS=#{("--keychain #{ENV.fetch("MATCH_KEYCHAIN_NAME")}").shellescape}" ].join(" ") end