MillerTechnologyPeru / hcitool

Bluetooth Host Controller Interface Command Line Tool for for sending HCI commands on macOS and Linux
https://millertechnologyperu.github.io/hcitool/
MIT License
93 stars 11 forks source link

Assertion failed #52

Open schwie opened 2 years ago

schwie commented 2 years ago

I was able to compile the project with Xcode 13.2.1 and then tried to run this command:

.build/x86_64-apple-macosx/debug/hcitool ibeacon

However, this error message appeared:

BluetoothDarwin/BluetoothDarwin.swift:31: Assertion failed zsh: illegal hardware instruction .build/x86_64-apple-macosx/debug/hcitool ibeacon

Do we need to configure anything before running ibeacon?