iOS simulators are not available in visual studio after updating xcode to version 14

Viewed 213

Everything was working fine till updating Xcode to version 14. But after updating Xcode to latest version 14, simulators are not available in visual studio.

enter image description here

Also, app is not getting installed on physical devices. Just getting a success message as normally but the app is not on the device.

enter image description here

1 Answers

I have downgraded the Xcode and now i am able to see all the simulators and deploy the Xamarin forms App on device and simulators.

Steps to Downgrade XCode:

  1. Go to Apple developer site and login with your credentials .
  2. Once you logged in into site, scroll down where you can see XCode 13.4.1 see the below screenshot

XCode on Apple store

  1. Click on download. Once it is downloaded kindly uninstall your previous XCode which on your mac and then install XCode 13.4.1.
  2. Give the exact XCode path in Visual studio. Below is the screenshot for reference ---SDKManager

Xamarin Forms App specific settings

Now you can build the app and deploy your app in the simulators or mobiles.

Related