Unable to genrate build for iOS using the xcode_15.5 in Xamarin project

Alok Kumar Pandey 1 Reputation point
2024-06-03T04:32:45.4766667+00:00

Hi all,

I am trying to build ipa using the azupre devops pipeline. The below task is not working and giving some error. I am attaching the screenshot.

    - task: XamariniOS@2

      inputs:

        solutionFile: '**/*.sln'

        configuration: '$(CONFIG)'

        clean: true

        packageApp: true

        runNugetRestore: true

        signingIdentity: '$(CERTIFICATE_IDENTITY)'

        signingProvisioningProfileID: '$(PROFILE_UUID)'

User's image

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,319 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 28,321 Reputation points Microsoft Vendor
    2024-06-04T03:11:19.39+00:00

    Hello,

    Xamarin support has ended on May 1, 2024 for all Xamarin SDKs, and the latest supported Xcode version is 15.2. See Xamarin official support policy | .NET (microsoft.com)

    It's recommended that you try to upgrade Xamarin projects to .NET MAUI, see the Upgrade from Xamarin to .NET & .NET MAUI

    Please try using Xcode15.2 to build your app. Since you are using the azupre devops pipeline, you can create a new thread at https://developercommunity.visualstudio.com/AzureDevOps and get further help.

    Best Regards,

    Wenyan Zhang


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments