-
DescriptionHi! Not sure if this is the correct place to post, but; I'm having some issues building our MAUI-app for iOS in Azure Devops Pipelines. While building for Android seems ok, the iOS build always gets stuck on:
It builds fine with the same build config in VS for Mac and in terminal on the same Mac - a Mac that seemingly has the same versions as the agent in ADO.
I've tried using the macOS-12 agent with Xcode 14.2 as well - same result, only with a warning that Xcode 14.3 is recommended. Steps to Reproduce
Link to public reproduction project repositoryNo response Version with bug7.0.92 Last version that worked wellUnknown/Other Affected platformsiOS Affected platform versionsNo response Did you find any workaround?No response Relevant log outputNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
Still struggling with this issue - but don't really know how to approach it. Does anyone have success with building iOS in ADO-pipelines? Is it possible to get more build output, to see what task it actually gets stuck on? Is there any more logical place to post about this? |
Beta Was this translation helpful? Give feedback.
-
Just tested with a completely fresh "File -> new"-project, same issue occurs in ADO pipelines |
Beta Was this translation helpful? Give feedback.
Seemed to be an issue with the certificate indeed. We tested building on a Mac that just had the certificate installed - and on the optimizing step a password prompt appeared!
We then discovered that we were trying to install the certificate to a specific keychain on the agent, and changed it to use the default, and now it runs to completion.