I have installed Xcode 14 in macbook. However, simulators do not appear in Visual Studio. Can anyone please help?
4 Answers
The problem is fixed in Visual Studio 17.3.5: https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-notes#1735--visual-studio-2022-version-1735
The latest version adds XCode 14 support.

- 5,290
- 1
- 17
- 40
-
This leads to an .exe download that opens Xamarin Profiler on my machine. – Frank Schmitt May 03 '23 at 18:35
Resolved. Solution - Updated Visual studio to 2022. Thanks all of u for suggestions.

- 69
- 1
- 7
-
It's worth noting that the "Check for Updates…" feature in Visual Studio is broken, so that if you run it in a version Visual Studio with a previous "year" in the name, it won't list any newer editions (e.g. the 2019 version doesn't prompt you to update to 2022). – Frank Schmitt May 03 '23 at 18:36
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.

- 1,255
- 1
- 2
- 5