-
Notifications
You must be signed in to change notification settings - Fork 400
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
UDPClient always fails with unknownError #162
Comments
I just figured this out - in your project's Capabilities settings ensure that the App Sandbox Network in and out (client and server) are enabled. 👍 |
Using Xcode Version 10.1 (10B61) |
This helped me! Thanks! |
Does it work only with paid developer program? I do not see App sandbox in my capabilities |
@ilyamordasov I checked the quick help on Xcode and it says "The Capability library shows only the capabilities available to the target type and your program membership. If you are not a member of the Apple Developer Program, the capabilities you can add are limited". This might be one of those. |
@rustymyers that's no good for me. ok, thanks :) |
The following code always fails to send a UDP message,
with console output:
"Client failed to send message to server: unknownError"
Using Xcode 10.1 and Swift 4.2
macOS High Sierra 10.13.6
The text was updated successfully, but these errors were encountered: