We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since iOS 14 release, I've been experiencing a intermittent crash when scanning for services.
Anyone else experiencing this in their app and have a fix/workaround?
EXC_BREAKPOINT: 0 CoreFoundation __CFAssertMismatchedTypeID 1 CoreFoundation _CFRunLoopSourceInvalidate 2 CFNetwork _CFNetServiceBrowserStopSearch 3 CoreFoundation ___CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ 4 CoreFoundation ___CFRunLoopDoSource0 5 CoreFoundation ___CFRunLoopDoSources0 6 CoreFoundation ___CFRunLoopRun 7 CoreFoundation _CFRunLoopRunSpecific 8 GraphicsServices _GSEventRunModal 9 UIKitCore -[UIApplication _run] 10 UIKitCore _UIApplicationMain 11<App_Name> main (main.m:7:10) 12 libdyld.dylib _start
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Since iOS 14 release, I've been experiencing a intermittent crash when scanning for services.
Anyone else experiencing this in their app and have a fix/workaround?
The text was updated successfully, but these errors were encountered: