6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 3d7ffa4d
Changed files
azure/templates/build-ios.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
Diff
diff --git a/azure/templates/build-ios.yml b/azure/templates/build-ios.yml
index aa8126b5..339426fe 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -104,10 +104,12 @@ steps:
configuration: "Release"
xcWorkspacePath: "$(Build.SourcesDirectory)/comwell_key_app/ios/Runner.xcworkspace"
xcodeVersion: "default"
- packageApp: false
+ packageApp: true
args: |
- OTHER_SWIFT_FLAGS="$(inherited) -framework SeosMobileKeysSDK"
+ -verbose
+ OTHER_LDFLAGS="$(inherited) -framework SeosMobileKeysSDK"
FRAMEWORK_SEARCH_PATHS="$(Build.SourcesDirectory)/comwell_key_app/ios/Frameworks"
+ SWIFT_INCLUDE_PATHS="$(Build.SourcesDirectory)/comwell_key_app/ios/Frameworks/SeosMobileKeysSDK.xcframework"
# Build the iOS application
- task: FlutterCommand@0