From d4cd8913ba43a5ac61ca70e6d12a45a75c67654a Mon Sep 17 00:00:00 2001 From: Conner Kasten Date: Mon, 27 Jan 2025 12:55:15 -0500 Subject: [PATCH] Allow provisioning updates for local-only CI testing build. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a97b5ef..3c0bc6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,6 +73,7 @@ jobs: -workspace Runner.xcworkspace \ -scheme Runner \ -configuration Debug \ + -allowProvisioningUpdates \ -destination 'platform=iOS Simulator,name=iPhone 16,OS=18.2' - name: Test docs generation