6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 9771c820
Changed files
azure/templates/build-ios.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-)
Diff
diff --git a/azure/templates/build-ios.yml b/azure/templates/build-ios.yml
index 0c95df62..d4b696a7 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -80,7 +80,7 @@ steps:
sourceFolder: '$(Build.SourcesDirectory)/mobilekeys_sdk_plugin/XCFrameworks/'
contents: 'SeosMobileKeysSDK.xcframework/**'
targetFolder: '$(Build.SourcesDirectory)/comwell_key_app/ios/Frameworks/'
- flattenFolders: false
+ flattenFolders: true
# Ensure the custom XCFramework is added to the Xcode project
- task: Xcode@5
@@ -93,11 +93,6 @@ steps:
xcWorkspacePath: "$(Build.SourcesDirectory)/comwell_key_app/ios/Runner.xcworkspace"
xcodeVersion: "default"
packageApp: false
- args: |
- -workspace $(Build.SourcesDirectory)/comwell_key_app/ios/Runner.xcworkspace
- -scheme $(flavor)
- -configuration Release
- -sdk iphoneos
# Build the iOS application
- task: FlutterCommand@0