6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 0378589e
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 7ebba1db..8120ac7e 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -71,7 +71,7 @@ steps:
script: |
flutter pub get
cd $(Build.SourcesDirectory)/comwell_key_app/ios
- pod install
+# pod install
# Copy SeosMobileKeysSDK to the Xcode project directory
- task: CopyFiles@2