CoreBluetoothPeripheral
CoreBluetoothPeripheral copied to clipboard
Project doesn't seem to build with latest Xcode
When trying to run on current version of xcode the project does not build with an error of "Property UUID not found on object of type CBCentral *"
Replace all instances of "central.uuid" to "central.identifier".
Add this on the top of LXCBCentralClient.h file #import <CoreBluetooth/CoreBluetooth.h>