-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Cannot Debug On iOS Device After Installing .NET iOS 18.1.9163 #146
Comments
These 2 .net changes could be related which have been committed to main but were not included in today's 18.1.9163 release: |
Hi, @mlancione! Yes, something changed in the iOS workload. |
@mlancione, I have created a I will leave this issue opened until the official solution. |
@JaneySprings Thanks for the quick fix! As always, your support is excellent! I can report that the debugging is working again with your change. One side question, is it possible to display the output of the deployment progress while the app is being uploaded to the device? VS Mac used to show a console output with percentages. |
I use DotNet.Meteor/src/DotNet.Meteor.Common/Apple/MonoLauncher.cs Lines 16 to 23 in 20a4929
and I don't know if it supports this functionality because this tool is closed-source. Usually I look at circle progress on iOS device. |
According to this commit there may be an "-install-progress" argument that can be used? If it works maybe you can add it as an optional feature? In this newer post it looks like it's being launched with "--install-progress": |
I think that looks great. Will help to monitor deployment status. |
Added in |
Getting the following Debug Console output when debugging on an iOS device after installing .NET iOS 18.1.9163 (released today):
The text was updated successfully, but these errors were encountered: