dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.27k stars 1.76k forks source link

VS upgrade to 17.12 fails to recognize iOS simulators from XCode 16.1 #25904

Closed npagare closed 6 days ago

npagare commented 1 week ago

After upgrading VS to 17.12, I'm getting errro of No Simulators (XCode mismatch). Please help? Thank you

image

Here is the workload on the PC image

On Mac, I have XCode 16.1 installed image

Available simulators on Mac image

Originally posted by @npagare in https://github.com/dotnet/maui/discussions/25803#discussioncomment-11279929

jfversluis commented 1 week ago

I think 16.1 is not yet supported. Use Xcodes to manage versions and use Xcode 16 for now.

@dalexsoto @rolfbjarne ?

npagare commented 1 week ago

Thank you @jfversluis.

Hello @dalexsoto, @rolfbjarne - any ETA on support for 16.1? Thanks

rolfbjarne commented 6 days ago

Any ETA on support for 16.1? Thanks

We're working on it, and hopefully in the next .NET 9 service release.

maonaoda commented 6 days ago

I use Xcode 16.1 RC and can show the simulator

jfversluis commented 6 days ago

I use Xcode 16.1 RC and can show the simulator

You can't right now, you'll have to use Xcode 16.0 for the time being. As indicated by Rolf just above here, probably .NET 9 Service Release!

Stay tuned!

maonaoda commented 5 days ago

@jfversluis

You can't right now, you'll have to use Xcode 16.0 for the time being. As indicated by Rolf just above here, probably .NET 9 Service Release!

Stay tuned!

Are you serious? Image Image

jfversluis commented 5 days ago

Guess the release candidate didn't include the breaking change yet that they added to 16.1 final version.

We recommend using 16.0 for now, anything beyond that is not officially supported at the time being.