I have been working on a .NET MAUI mobile app for a while now (used to be Xamarin and has been migrating to MAUI). Once we started testing on iOS I switched to a workflow using VSCode on Mac + the .NET CLI as connecting Visual Studio on windows to Mac is hard for my situation. Everything was working fine(ish, still maui after all) until today when suddenly Visual Studio Code no longer recognizes any connected iOS device and doesn’t show it as a launch configuration.
Android devices still show and run fine. All iOS devices are shown in finder and Xcode and can compile an app in Xcode. I am targeting NET 9.0 using Xcode 26.0. I do have other projects targeting NET 10.0 and Xcode 26.2 for which I use Xcodes, but this hasn’t been a problem before.
All licenses and profiles are still valid on my apple devices. All of my instances of mlaunch do show the iOS devices. I have also tried uninstalling and reinstalling maui and maui iOS to no success. Anyone has any other ideas? I’m running out of them. Thank you.