Unverified Commit a4215931 authored by ruskryzhanovskiy's avatar ruskryzhanovskiy Committed by GitHub

Additional flags for xcodebuild (#83128)

parent 32540774
......@@ -146,6 +146,10 @@ class BuildIOSArchiveCommand extends _BuildIOSSubCommand {
...globals.xcode.xcrunCommand(),
'xcodebuild',
'-exportArchive',
if (shouldCodesign) ...<String>[
'-allowProvisioningDeviceRegistration',
'-allowProvisioningUpdates',
],
'-archivePath',
globals.fs.path.absolute(app.archiveBundleOutputPath),
'-exportPath',
......
......@@ -109,6 +109,8 @@ void main() {
'xcrun',
'xcodebuild',
'-exportArchive',
'-allowProvisioningDeviceRegistration',
'-allowProvisioningUpdates',
'-archivePath',
'/build/ios/archive/Runner.xcarchive',
'-exportPath',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment