6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 051e9393

AuthorMikkel Thygesen<mth@dwarf.dk>
Date2025-06-24 04:48:17 +0200
1948: updated pipelines

Changed files

azure/templates/build-ios.yml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

Diff

diff --git a/azure/templates/build-ios.yml b/azure/templates/build-ios.yml
index b7e598ae..5ecdc564 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -40,9 +40,16 @@ steps:
inputs:
targetType: 'inline'
script: |
- -c "sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer"
flutter config --enable-swift-package-manager
+# Add a Run Script phase to ensure the framework is linked
+- task: Bash@3
+ displayName: "xcode-select"
+ inputs:
+ targetType: 'inline'
+ script: |
+ xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
+
- task: Bash@3
displayName: "Build app"
inputs: