在IOS中导入BluetoothManager私有框架

时间:2013-11-12 20:38:06

标签: ios ios-bluetooth

我需要在IOS 7上导入BluetoothManager Private Framework。我需要构建一个测试应用程序来扫描/发现并列出附近的蓝牙设备。我提到了S.O iOS 6 - BluetoothManager framework - "NSObject" not found error中提到的以下链接,但是我无法导入BluetoothManager.framework文件夹。事实上,当我在Xcode中使用二进制选项转到链接库时,我根本看不到BluetoothManager.framework。我需要为IOS7尝试不同的东西吗?

1 个答案:

答案 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
  • 解压缩Headers.zip存档并添加解压缩的文件夹标题 其中包括上面目录中的BluetoothManager.hBluetoothDevice.h
  • 重新启动Xcode现在,您将在目标→YourApp→构建阶段→链接二进制文件库中找到BluetoothManager.frameworkenter image description here