liquidx / CoreBluetoothPeripheral

Demonstration of using CoreBluetooth on Mac and iOS
Apache License 2.0
384 stars 85 forks source link

Project doesn't seem to build with latest Xcode #4

Open MichaelGofron opened 8 years ago

MichaelGofron commented 8 years ago

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

jjjjjjjjjjjh commented 8 years ago

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

flamesoft commented 7 years ago

Add this on the top of LXCBCentralClient.h file

import <CoreBluetooth/CoreBluetooth.h>