From 44ad74e08b700887bfe8319f1a47f12a92f722f6 Mon Sep 17 00:00:00 2001 From: Tim Bert <5411131+timbms@users.noreply.github.com> Date: Mon, 15 Jan 2024 19:10:40 +0100 Subject: [PATCH] Failing fastlane build / Attempt to solve "Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild." Signed-off-by: Tim Bert <5411131+timbms@users.noreply.github.com> --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 63f8af70..ac5c558a 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -137,7 +137,7 @@ platform :ios do build_app( scheme: 'openHAB', clean: true, - xcargs: '-skipPackagePluginValidation', + xcargs: '-skipPackagePluginValidation -allowProvisioningUpdates', export_method: 'app-store', disable_package_automatic_updates: true )