We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c19d56b commit 606e8f6Copy full SHA for 606e8f6
fastlane/Fastfile
@@ -46,7 +46,7 @@ platform :ios do
46
# get_provisioning_profile(app_identifier: appex.target.build_settings("Release")["PRODUCT_BUNDLE_IDENTIFIER"])
47
# end
48
49
- build_app(workspace: "iMast.xcworkspace", scheme: "iMast iOS", xcargs: "-allowProvisioningUpdates")
+ build_app(workspace: "iMast.xcworkspace", scheme: "iMast iOS", xcargs: "")
50
upload_to_testflight(changelog: changelog, distribute_external: true, wait_processing_interval: 90, groups: ["外部テスター"], wait_for_uploaded_build: true)
51
push_to_git_remote
52
end
0 commit comments