-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to deploy to iphone from VS 2022 #18947
Comments
same issue except Xamarin, and Xcode is 15.0 (15A240d) For what it's worth, while I could not deploy to iphone 15 pro for debuging, I was able to build (release) and run app in TestFlight (on iPhone 15 Pro, 17.1.1). Probably obvious to most of you... |
Thanks for the issue report @sabrigo! This issue appears to be a problem with Visual Studio, so we ask that you use the VS feedback tool to report the issue. That way it will get to the routed to the team that owns this experience in VS. If you encounter a problem with Visual Studio, we want to know about it so that we can diagnose and fix it. By using the Report a Problem tool, you can collect detailed information about the problem, and send it to Microsoft with just a few button clicks.
|
I have reported bug at VS for Windows |
The top answer on this SO question fixed the issue for me. |
I am also getting the error when deploying native ios application to remote device. |
It happened to me after updating Xcode on Mac to 15.0.1. |
Description
unable to deploy to iPhone.
my iPhone is running on version 17.1.1 and Xcode is in version 15.0.1
VS: Microsoft Visual Studio Community 2022 (64-bit) - Current Version 17.8.1
Error error MT1045: Failed to execute 'devicectl': 'devicectl -j /var/folders/9_/dj9xmnzx6yx1zkb8fymb2gsh0000gn/T/tmp0NbO13.tmp device install app --device "" /Users/sabgo/Library/Caches/Xamarin/mtbs/builds/MauiApp3/8caa5ad3d685cb171e60d2fa52180568d2c53ec3fe5c0ddd40f07cfd9bb7784f/bin/Debug/net8.0-ios/ios-arm64/device-builds/iphone14.2-17.1.1/MauiApp3.app' returned the exit code 1. 0
Steps to Reproduce
Link to public reproduction project repository
https://github.com/sabrigo/IconNotShowingIniOS
Version with bug
8.0.3
Is this a regression from previous behavior?
Yes, this used to work in Xamarin.Forms
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 17.1.1
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: