We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54b023 commit 1e2042eCopy full SHA for 1e2042e
1 file changed
Makefile
@@ -341,6 +341,7 @@ ios-build-device: verify-ios-project
341
-scheme $(IOS_SCHEME) \
342
-configuration $(XCODE_CONFIG) \
343
-destination 'generic/platform=iOS' \
344
+ -allowProvisioningUpdates \
345
build
346
347
ios-build-device-fast: verify-ios-project
@@ -349,6 +350,7 @@ ios-build-device-fast: verify-ios-project
349
350
351
352
353
354
355
356
ios-build: ios-build-sim
0 commit comments