I embedded the private framework BluetoothManager.framework
with headers in path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/PrivateFrameworks
, with the includes
#import <BluetoothManager/BluetoothManager.h>
#import <BluetoothManager/BluetoothDevice.h>
but since Xcode 7.3 there is an error:
error :ld: framework not found BluetoothManager
.