skip to Main Content

Im building a .NET MAUI app on my windows. Works fine for Android. But shows multiple errors as soon as i Build for iOS. I paired with mac which has xcode 11 installed and I do get warning that The Xcode version installed on the Mac (11.0) is not compatible with this version of Visual Studio.

Can anyone confirm if MAUI does work with Xcode older versions installed on MAC? Or only later versions are compatible?

2

Answers


  1. from the docs

    iOS 11 or higher, using the latest release of Xcode.

    Generally, Apple requires you to use the next to latest or latest version of Xcode and iOS to deploy to the App Store

    Login or Signup to reply.
  2. Right-Click App Project and check the following settings:

    enter image description here

    enter image description here

    Hope this already helps…

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search