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 )