Home > Back-end >  Simulators do not appear in Visual Studio with Xcode 14, can anyone assist?
Simulators do not appear in Visual Studio with Xcode 14, can anyone assist?

Time:09-27

I have installed Xcode 14 in macbook. However, simulators do not appear in Visual Studio. Can anyone please help?

CodePudding user response:

Xcode 14 isn't supported by Xamarin. You will need to downgrade to Xcode 13 in order to get simulators working again.

In my case I even had to setup a new iPhone simulator from Xcode after downgrading.

You can find a link to XC13 here.

CodePudding user response:

It's recommended that you do not upgrade to Xcode 14 just yet and keep using Xcode 13.4.1. You could try to downgrade Xcode (Go to downloads page in the Apple Developer Portal, sign in with your apple developer account, select Xcode13.4.1 to download and install). Then you can open Xcode, go to Preferences > Location > Command Line Tools, and make sure to select version 13.4.1. You can also use the build from xcode14 branch if you need to keep Xcode 14. To get Xcode 14 support for Xamarin SDKs, follow the guidance on GitHub. These SDKs will also come to Visual Studio.

  • Related