Skip to content
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

Open
henryhwluk opened this issue Sep 18, 2020 · 11 comments
Open

iOS14 EXC_BAD_ACCESS #66

henryhwluk opened this issue Sep 18, 2020 · 11 comments

Comments

@henryhwluk
Copy link

image

@SnowNunu
Copy link

In order to fit iOS14,you need add some key-values to info.plist,such as:

NSBonjourServices

_Bagel._tcp

NSLocalNetworkUsageDescription

NSLocalNetworkUsageDescription
Network access required

@Oleygen
Copy link

Oleygen commented Sep 30, 2020

Same issue here.

@trc19930224
Tried to add:
NSBonjourServices with 1 item: _Bagel._tcp
NSLocalNetworkUsageDescription with value "Network access required"

Still crashes

@mohpor
Copy link

mohpor commented Oct 6, 2020

Not a bad idea to check this out: https://developer.apple.com/news/?id=0oi77447

@Erumaru
Copy link

Erumaru commented Oct 26, 2020

same here

@henryhwluk
Copy link
Author

has been solved and dispatch it in the main thread

@Rylaa
Copy link

Rylaa commented Nov 30, 2020

how can i fix this crash?

@aarashgoodarzi
Copy link

i suggest to use this tool instead: https://github.com/pmusolino/Wormholy
just needs to shake your device to show your traffic

@NghiaTranUIT
Copy link

There is an alternative that fully supports iOS 14, macOS, Catalyst, and TVOS. Check out Atlantis (https://github.com/ProxymanApp/atlantis)

@vladburlaciuc
Copy link

dispatch_async(dispatch_get_main_queue(), ^{
[self.serviceBrowser searchForServicesOfType:self.configuration.netserviceType inDomain:self.configuration.netserviceDomain];
});

@aarashgoodarzi
Copy link

There is an alternative that fully supports iOS 14, macOS, Catalyst, and TVOS. Check out Atlantis (https://github.com/ProxymanApp/atlantis)

great alternative! thanks

@Davidxiaoshuo
Copy link

In order to fit iOS14,you need add some key-values to info.plist,such as:

NSBonjourServices

_Bagel._tcp

NSLocalNetworkUsageDescription

NSLocalNetworkUsageDescription
Network access required

<key>NSLocalNetworkUsageDescription</key>
<string>Network access required.</string>
 <key>NSBonjourServices</key>
<array>
    <string>_Bagel._tcp</string>
</array>

Repository owner deleted a comment from sandipbhuyan Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

11 participants