xbee
xbee
I have done it ``` cd /usr/local/lib/node_modules/truffle/ yarn add solc ``` I use 0.4.21 and it can not working
my golang version is : 1.1.2
``` go version go1.10 darwin/amd64 XCode 9.4 MacOS 10.13.6 ```
Yes, I have installed Xcode command line tools. And my Block.h have Block_copy's define: ``` // Create a heap based copy of a Block or simply add a reference to...
I changed code from : ``` xpc_connection_t XpcConnect(char *service, uintptr_t ctx) { dispatch_queue_t queue = dispatch_queue_create(service, 0); xpc_connection_t conn = xpc_connection_create_mach_service(service, queue, XPC_CONNECTION_MACH_SERVICE_PRIVILEGED); // making a local copy, that should...
But now when I run examples/basic/scanner/main.go, It will complained: ``` go run examples/basic/scanner/main.go 2018/09/06 09:39:57 Unhandled event: xpc.Dict{"kCBMsgId":4, "kCBMsgArgs":xpc.Dict{"kCBMsgArgState":5}} ^Csignal: interrupt ``` And it can not find any bluetooth devices...