我需要在IOS 7上导入BluetoothManager Private Framework。我需要构建一个测试应用程序来扫描/发现并列出附近的蓝牙设备。我提到了S.O iOS 6 - BluetoothManager framework - "NSObject" not found error中提到的以下链接,但是我无法导入BluetoothManager.framework文件夹。事实上,当我在Xcode中使用二进制选项转到链接库时,我根本看不到BluetoothManager.framework。我需要为IOS7尝试不同的东西吗?
答案 0 :(得分:2)
有一个Github tutorial for handling the BluetoothManager framework。但步骤基本上是
open /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/PrivateFrameworks/BluetoothManager.framework
BluetoothManager.h
和BluetoothDevice.h
。 BluetoothManager.framework
: