6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 3987a6f2
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 b28b4550..d7f46ef6 100644
--- a/azure/templates/build-ios.yml
+++ b/azure/templates/build-ios.yml
@@ -87,7 +87,7 @@ steps:
inputs:
targetType: 'inline'
script: |
- cd $(Build.SourcesDirectory)/comwell_key_app/ios/Frameworks
+ cd $(Build.SourcesDirectory)/comwell_key_app/ios/
if [ ! -d "Frameworks/SeosMobileKeysSDK.xcframework" ]; then
echo "Error: SeosMobileKeysSDK.xcframework not found!"
exit 1