From 25be80b0d48fa8447bf50d464f11fe850457ef66 Mon Sep 17 00:00:00 2001 From: Matthew Lorentz Date: Thu, 14 Dec 2023 14:28:27 -0500 Subject: [PATCH] Add -allowProvisioningUpdates to xcodebuild --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 0f7d6a7a3..e2704f445 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -36,7 +36,7 @@ platform :ios do gym( scheme: "Nos", clean: true, - xcargs: "-skipPackagePluginValidation" + xcargs: "-skipPackagePluginValidation -allowProvisioningUpdates" ) changelog = read_changelog upload_to_testflight(changelog: changelog)