bcsphere / bluetooth

Please support! Kindly "Star" this standard Bluetooth Smart API / SDK :) The "bcsphere/bluetooth" is a phonegap/cordova plugin. It's a Bluetooth JavaScript API from JUMA, a Bluetooth expert team. It supports both Bluetooth 4.0 GATT/Bluetooth Low Energy (BLE) interface in iOS/Android and Bluetooth 2.1 Classic Rfcomm / L2cap socket interface as Bluetooth Serial Port/SPP, as well as iBeacon!
Apache License 2.0
298 stars 12 forks source link

Cannot compile BCBluetooth.m #45

Closed plaxdan closed 9 years ago

plaxdan commented 9 years ago

After a fresh install of the plugin with cordova plugin add https://github.com/bcsphere/bluetooth.git my Xcode project fails to build.

Cordova: 5.3.3
Xcode: 7.0.1
OSX: 10.11.1 Beta (15B38b)

image

ErikAugust commented 9 years ago

+1

dantiana commented 9 years ago

Just updated to adapt to ios 9.1 change. Those API are deprecated. Please check.

dantiana commented 9 years ago

The compilation error is fixed for xcode 7.0.1.

plaxdan commented 9 years ago

Thank you!