Skip to content

Commit 606e8f6

Browse files
committed
fastlane: disable allowProvisioningUpdates
1 parent c19d56b commit 606e8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ platform :ios do
4646
# get_provisioning_profile(app_identifier: appex.target.build_settings("Release")["PRODUCT_BUNDLE_IDENTIFIER"])
4747
# end
4848

49-
build_app(workspace: "iMast.xcworkspace", scheme: "iMast iOS", xcargs: "-allowProvisioningUpdates")
49+
build_app(workspace: "iMast.xcworkspace", scheme: "iMast iOS", xcargs: "")
5050
upload_to_testflight(changelog: changelog, distribute_external: true, wait_processing_interval: 90, groups: ["外部テスター"], wait_for_uploaded_build: true)
5151
push_to_git_remote
5252
end

0 commit comments

Comments
 (0)