Xamarin.iOS 15 / Xcode 13

Mike Muegel 111 Reputation points
2021-09-18T02:32:24.603+00:00

Usually there is a blog post providing steps to download pre-release versions of Xamarin.iOS. I could not find this and I see nothing in my preview channel in Visual Studio. What's up?

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

Accepted answer
  1. Mike Muegel 111 Reputation points
    2021-09-22T13:11:12.3+00:00

    The real answer to my question is at https://github.com/xamarin/xamarin-macios/issues/12778:

    If you updated to Xcode 13, you have 3 options:

    You can download Xcode 12.5 from the downloads page in the Apple Developer Portal and continue to use it.
    If you need to keep Xcode 13 but want to use our current stable d16-10 bits you will need to install the following in you macOS machine
    xamarin.ios-14.20.0.27.pkg
    xamarin.mac-7.14.0.27.pkg
    Use a build from our xcode13-ios branch, this is where our next stable release is coming out and it includes all the iOS 15 SDKs APIs, that said we are still ironing it out.
    xamarin.ios-15.0.0.0.pkg

    The issue comments has feedback on what currently works and does not.

    0 comments No comments

5 additional answers

Sort by: Most helpful
  1. Kyle Wang 5,531 Reputation points
    2021-09-20T01:39:21.213+00:00

    Hi t9mike,

    Welcome to our Microsoft Q&A platform!

    We can get all the released Xamarin.iOS under the link: https://github.com/xamarin/xamarin-macios/releases. There is no "Xamarin.iOS 15" released yet.

    The corresponding Xamarin.iOS will be released after Apple releases the non-beta version of Xcode. You can track the progress at:

    xamarin/xamarin-macios/Projects/Xcode13
    xamarin/xamarin-macios/Milestones/Xcode13.

    Regards,
    Kyle


    If the response is helpful, please click "Accept Answer" and upvote it.

    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.

    1 person found this answer helpful.

  2. faraha dadvar 6 Reputation points
    2021-09-30T07:32:14.17+00:00

    Xcode 13 support, please see link below (Xamarin.iOS 15.0.0.6 Package now available)

    https://github.com/xamarin/xamarin-macios/issues/12778

    1 person found this answer helpful.
    0 comments No comments

  3. Bart van Haaff 1 Reputation point
    2021-09-22T12:27:39.143+00:00

    You will have to downgrade to Xcode 12.5.1 to get things working again. My Mac updated Xcode overnight because I flagged my computer to "stay up to date". After that Visual Studio for Mac could no longer see any emulators nor could I deploy to any connected device. Costed me half a day to downgrade XCode :-(. After that all works fine again. The older Xcode versions can be found here: https://developer.apple.com/download/more/


  4. Luis Abreu Acevedo 1 Reputation point
    2021-09-22T14:52:49.667+00:00

    Take a look on this issue reported in the maciOS repository.
    https://github.com/xamarin/xamarin-macios/issues/12778

    0 comments No comments