anki / drive-sdk

Anki Drive SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README claims Mac compatibility but examples do not compile

vromero opened this issue · comments

Did you find the solution?

The examples can not be build on Mac as they are relying on BlueZ which is the Linux Bluetooth Stack.
If you want to use it on Mac you would need to reimplement them using CoreBluetooth. Which is not a simple task.