CoreBluetoothPeripheral icon indicating copy to clipboard operation
CoreBluetoothPeripheral copied to clipboard

Project doesn't seem to build with latest Xcode

Open MichaelGofron opened this issue 8 years ago • 2 comments

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 *"

MichaelGofron avatar May 11 '16 02:05 MichaelGofron

Replace all instances of "central.uuid" to "central.identifier".

jjjjjjjjjjjh avatar Jul 07 '16 05:07 jjjjjjjjjjjh

Add this on the top of LXCBCentralClient.h file #import <CoreBluetooth/CoreBluetooth.h>

flamesoft avatar Feb 21 '17 12:02 flamesoft