Skip to content

Commit

Permalink
Failing fastlane build / Attempt to solve "Automatic signing is disab…
Browse files Browse the repository at this point in the history
…led and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild."

Signed-off-by: Tim Bert <[email protected]>
  • Loading branch information
timbms committed Jan 15, 2024
1 parent 9f182cd commit 44ad74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit 44ad74e

Please sign in to comment.