6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 5a6c3724

AuthorMikkel Thygesen<mth@dwarf.dk>
Date2025-06-23 20:13:24 +0200
1948: updated pipelines

Changed files

azure/templates/build-ios.yml | 1 +
 1 file changed, 1 insertion(+)

Diff

diff --git a/azure/templates/build-ios.yml b/azure/templates/build-ios.yml
index d10c9a68..b7e598ae 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -40,6 +40,7 @@ steps:
inputs:
targetType: 'inline'
script: |
+ -c "sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer"
flutter config --enable-swift-package-manager
- task: Bash@3