README: add note on macOS Big Sur and iTerm2

Also see: https://github.com/tinygo-org/bluetooth/issues/48
This commit is contained in:
Ayke van Laethem 2023-04-25 16:25:37 +02:00 committed by Ron Evans
parent b06d666dbf
commit d4bca3e97f

View file

@ -153,6 +153,10 @@ After you have followed the installation, you should be able to compile/run the
cd bluetooth
go run ./examples/scanner
### Troubleshooting
There is a known issue with iTerm2 and the Bluetooth package. If you are getting a message like `abort: trap`, try whitelisting iTerm2 manually through System Settings -> Privacy & Security -> Bluetooth.
## Windows
Go Bluetooth support for Windows uses the [WinRT Bluetooth](https://docs.microsoft.com/en-us/uwp/api/windows.devices.bluetooth.bluetoothadapter?view=winrt-19041) interfaces by way of the https://github.com/saltosystems/winrt-go package.