paypal / gatt

Gatt is a Go package for building Bluetooth Low Energy peripherals
BSD 3-Clause "New" or "Revised" License
1.12k stars 283 forks source link

Can't run on MacOS Big Sur #113

Open johnnyeven opened 3 years ago

johnnyeven commented 3 years ago

when I run the example/discover.go, I got this output in console:

Unhandled event: xpc.Dict{"kCBMsgArgs":xpc.Dict{"kCBMsgArgRequiresTCC":1}, "kCBMsgId":3}

then I search the "kCBMsgId" in "HandleXpcEvent" function, and do not find the handler of kCBMsgId=3. My question is what the exactly handler of kCBMsgId=3?

vrahane commented 3 years ago

@johnnyeven do you know if anybody fixed it already or is this still a pending issue ?