How to: change the SDK version of Xamarin.iOS and the Xcode version in a build pipeline in Azure DevOps
· ☕ 1 minutos lectura · ✍️ Saturnino Pimentel
Now with all the new App Store’s constraints the new applications should support the 12.1 version of iOS, this could eventually cause issues if you created a CI/CD pipeline for Xamarin.iOS in Azure DevOps configured with a compilation agent hosted in Azure DevOps, you could have an error with a message that indicates you that the 12.1 version was not found.
It is not the time for panic as you will see in the next link, the hosted agent supports the version that is required, you just need to change a little bit the pipeline’s script and add the next instructions before realizing the compilation steps for assign to the agent the required configurations.