You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I run the Sample project on iOS, an exception gets thrown when I try to search for a device.
The exception doesn't seem to load, but shows Foundation.MonoTouchException: 'Loading...'
To Reproduce
Steps to reproduce the behavior:
Clone repo and checkout develop branch
Run the sample on a connected iPhone device
Push the section with "No device"
Expected behavior
I get a list of availble DFU-ready devices
Desktop (please complete the following information):
OS: Windows
Browser Edge
Version 91.0.864.67
Smartphone (please complete the following information):
Device: iPhone 11
OS: iOS 14.6
Browser Safari
Version n/a
Additional context
I should also note that when running the app in debug mode, I am unable to hit any breakpoints other than the static void Main in Main.cs of the iOS project.
The text was updated successfully, but these errors were encountered:
Describe the bug
When I run the Sample project on iOS, an exception gets thrown when I try to search for a device.
The exception doesn't seem to load, but shows
Foundation.MonoTouchException: 'Loading...'
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I get a list of availble DFU-ready devices
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
I should also note that when running the app in debug mode, I am unable to hit any breakpoints other than the
static void Main
inMain.cs
of the iOS project.The text was updated successfully, but these errors were encountered: