-
Notifications
You must be signed in to change notification settings - Fork 322
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
iOS14 EXC_BAD_ACCESS #66
Comments
In order to fit iOS14,you need add some key-values to info.plist,such as: NSBonjourServices NSLocalNetworkUsageDescription |
Same issue here. @trc19930224 Still crashes |
Not a bad idea to check this out: https://developer.apple.com/news/?id=0oi77447 |
same here |
has been solved and dispatch it in the main thread |
how can i fix this crash? |
i suggest to use this tool instead: https://github.com/pmusolino/Wormholy |
There is an alternative that fully supports iOS 14, macOS, Catalyst, and TVOS. Check out Atlantis (https://github.com/ProxymanApp/atlantis) |
dispatch_async(dispatch_get_main_queue(), ^{ |
great alternative! thanks |
|
The text was updated successfully, but these errors were encountered: