6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit a0583e62

AuthorJakob Højgård<141220340+jaxthedwarf@users.noreply.github.com>
Date2024-08-26 20:32:44 +0200
Update build-ios.yml for Azure Pipelines

Changed files

azure/templates/build-ios.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Diff

diff --git a/azure/templates/build-ios.yml b/azure/templates/build-ios.yml
index 3b078822..b28b4550 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -70,7 +70,6 @@ steps:
targetType: 'inline'
script: |
cd $(Build.SourcesDirectory)/comwell_key_app/ios
- flutter clean
flutter pub get
pod install
@@ -79,7 +78,7 @@ steps:
displayName: "Copy SeosMobileKeysSDK framework to Xcode project"
inputs:
sourceFolder: '$(Build.SourcesDirectory)/mobilekeys_sdk_plugin/XCFrameworks/'
- contents: 'SeosMobileKeysSDK.xcframework'
+ contents: 'SeosMobileKeysSDK.xcframework/**'
targetFolder: '$(Build.SourcesDirectory)/comwell_key_app/ios/Frameworks/'
flattenFolders: true
@@ -88,7 +87,7 @@ steps:
inputs:
targetType: 'inline'
script: |
- cd $(Build.SourcesDirectory)/comwell_key_app/ios
+ cd $(Build.SourcesDirectory)/comwell_key_app/ios/Frameworks
if [ ! -d "Frameworks/SeosMobileKeysSDK.xcframework" ]; then
echo "Error: SeosMobileKeysSDK.xcframework not found!"
exit 1