skip to Main Content

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

3

Answers


  1. Chosen as BEST ANSWER

    I got a new update today for Visual Studio for iOS16 and after updating VS all simulators are available now.


  2. 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.

    Login or Signup to reply.
  3. Install Visual Studio 2022 for Mac. It works with Xcode 14 & iOS 16.

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