BlueSocket
BlueSocket copied to clipboard
Socket framework for Swift using the Swift Package Manager. Works on iOS, macOS, and Linux.
When I use this library to integrate into Linux multi-process swift code, it occurs a fatal error while call the acceptClientConnection method, error message is : -9994(0x-270A), Invalid argument the...
I copied the README example server `EchoServer` to a swift app with a MacOS target trying to connect to the server using telnet succeeds as documented, but using postman or...
Dear, Task failed with exit code 70: /usr/bin/xcrun xcodebuild -workspace /Users/camellia/Documents/Camellia\ App/iPhone/CamelliaMini/CamelliaMini/Carthage/Checkouts/BlueSocket/BlueSocket.xcworkspace -scheme Socket-tvOS -configuration Release -derivedDataPath /Users/camellia/Library/Caches/org.carthage.CarthageKit/DerivedData/15.0_15A240d/BlueSocket/2.0.4 -sdk appletvos ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive VALIDATE_WORKSPACE=NO -archivePath /var/folders/kb/lqhrddzj47q9jf1xw6d9c5bm0000gn/T/BlueSocket SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO...
Dear When carthage update --use-xcframeworks: A shell task (/usr/bin/xcrun xcodebuild -project /Users/camellia/Documents/Camellia\ App/iPhone/CamelliaMini/CamelliaMini/Carthage/Checkouts/BlueSocket/BlueSocket.xcodeproj CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES -list) failed with exit code 72: xcrun: error: unable to find utility "xcodebuild", not...