You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 18, 2021. It is now read-only.
Hello. I'm seeing the following error when building in xCode 7 (beta 5) with a project that includes the latest version of this plugin:
..../Plugins/cordova-plugin-chrome-apps-bluetooth/ChromeBluetooth.m:474:22: Property 'isConnected' not found on object of type 'CBPeripheral *'
My project won't now build, although it does merrily in xCode 6.4. I realise this version of xCode is a beta - but I thought I should put it out there.
The text was updated successfully, but these errors were encountered:
As a quick fix I commented out this statement and return on cleanup to get it to compile OK.
//if (!_peripheral.isConnected) {
return;
//}
I have no idea if this will affect the performance in any other way as it is a cleanup function but everything seems to be working ok! Let me know if you find a proper solution.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello. I'm seeing the following error when building in xCode 7 (beta 5) with a project that includes the latest version of this plugin:
..../Plugins/cordova-plugin-chrome-apps-bluetooth/ChromeBluetooth.m:474:22: Property 'isConnected' not found on object of type 'CBPeripheral *'
My project won't now build, although it does merrily in xCode 6.4. I realise this version of xCode is a beta - but I thought I should put it out there.
The text was updated successfully, but these errors were encountered: