Visual Studio 2022 Version 17.14.20 Is not showing Remote Device for .NET iOS Release builds
Remote device is no longer available for release builds in VS2022 version 17.14.20 for .NET iOS release builds.
3 answers
-
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 2,285 Reputation points • Microsoft External Staff
Thanks for reaching out! IPA files are produced only for device builds, not simulators. When you target any simulator ( iPad (A16) or iOS 26.0), Visual Studio builds a simulator app bundle for debugging not distributable
.ipa. The.ipais created when you build/publish forios-arm64and archive/sign the app.Here some steps which are helpful
- Go to Mac and turn ON Remote Login and open Settings go to Sharing option and next Remote Login and On. Connect iPhone/iPad to Mac with USB and trust device.
- Go to Windows Visual Studio 2022 and open the tools option and Xamarin to iOS Settings. Click find Mac build Host, select your Mac and login.
- Restart the Visual Studio again
- Open iOS project and right click on the properties and open iOS Build. Select the configuration to release. Now choose Remote Device
- If Remote Device not showing then clean
-
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 2,285 Reputation points • Microsoft External Staff
Hope you’re doing well! Please let us know if the issue persists or resolved. If the answer is helpful, please click “Accept Answer” and kindly approve it. If we didn’t get any response from your side. we will proceed to close the thread by 3rd December
-
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 2,285 Reputation points • Microsoft External Staff
We haven’t received any further updates or follow-up on this case, so we’ll proceed with closing it at this time. If you require additional assistance or have new information to share, please feel free to raise new thread, we’re happy to support you further needed.
Sign in to comment -
David Rodenberg 5 Reputation points
The issue is not with a remote simulator to windows. The issue is that when you have to build a release IPA the iPad selection needs to be Remote Device not any actual simulator type like iPad (A16) iOS 26.0. There was a selection in the simulator list of Remote Device. I can make a build in Release mode with a simulator selected but it is not producing an IPA file.
-
AI answer
It appears that in Visual Studio 2022 version 17.14.20, the remote device option for .NET iOS release builds is not available. This could be due to changes in the configuration or settings related to the remote iOS simulator. To troubleshoot this issue, ensure that you have the remote iOS simulator enabled in Visual Studio by navigating to Tools > Options > Xamarin > iOS Settings and checking the Remote Simulator to Windows option. If the option is already checked and the remote device is still not showing, consider checking for updates or reviewing the release notes for any known issues or changes related to this version.
Additionally, you may want to verify that your project settings are correctly configured for release builds and that you have paired to a Mac build host, as this is necessary for iOS development.
References:
AI-generated content may be incorrect. Read our transparency notes for more information.
