5

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

Hardik Shah
  • 161
  • 1
  • 10

3 Answers3

1

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.

  • Yes old Xcode working fine that I'm aware, but here we have an issue with the latest Xcode 14. Not able to test app with iOS 16 simulator or old with xcode 14. – Hardik Shah Sep 21 '22 at 04:14
1

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

Hardik Shah
  • 161
  • 1
  • 10
1

Install Visual Studio 2022 for Mac. It works with Xcode 14 & iOS 16.

thejdah
  • 335
  • 2
  • 3
  • 17