-
Notifications
You must be signed in to change notification settings - Fork 10
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
Problems running under MacOS Mojave #4
Comments
Hey, those errors should not interfere with the programs operation. Let me check it out with some physical devices. |
Not good news I'm afraid. The underlying library I'm using for the Bluetooth connections has issues with Mojave (go-ble/ble#32). I'll investigate further. |
Going to look into this library (https://github.com/paypal/gatt/tree/master/examples) as a replacement. Unfortunately I'm not able to take a look for a few weeks. |
Ric, Super - thank you - will try and take a look myself also but am away until the end of this week. |
Hi Ric / others.
I had this code running with no problems under El Capitan (10.11.6) - have just upgraded to Mojave (10.14.6) and get runtime errors. Have tried re-installing Go and recompiling etc but when running i get the following error:
AM$ tpmssh -duration 5s
2019/08/19 10:11:30 Unhandled event: xpc.Dict{"kCBMsgArgs":xpc.Dict{"kCBAdvDataDeviceAddress":[]uint8{0x5a, 0x2, 0xf, 0x86, 0xc, 0xa3}}, "kCBMsgId":38}
2019/08/19 10:11:30 Unhandled event: xpc.Dict{"kCBMsgArgs":xpc.Dict{"kCBAdvDataDeviceAddress":[]uint8{0x5a, 0x2, 0xf, 0x86, 0xc, 0xa3}}, "kCBMsgId":38}
any help appreciated.
The text was updated successfully, but these errors were encountered: