6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit abb845e0
Changed files
azure/templates/build-ios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Diff
diff --git a/azure/templates/build-ios.yml b/azure/templates/build-ios.yml
index cdeae001..7b8c4f30 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -113,7 +113,7 @@ steps:
actions: "build"
scheme: "$(flavor)" # Make sure to use the correct scheme that includes the custom XCFramework
sdk: "iphoneos"
- configuration: "Release"
+ configuration: "Debug"
xcWorkspacePath: "$(Build.SourcesDirectory)/comwell_key_app/ios/Runner.xcworkspace"
xcodeVersion: "default"
packageApp: true