Skip to content

Commit

Permalink
Add -allowProvisioningUpdates to xcodebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
mplorentz committed Dec 14, 2023
1 parent e047cc1 commit 25be80b
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 @@ -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)
Expand Down

0 comments on commit 25be80b

Please sign in to comment.