xcode - BluetoothManger 与 Xcode 7.3 没有链接

标签 xcode bluetooth ios9.3

我嵌入了私有(private)框架 BluetoothManager.framework ,其 header 位于路径 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/中System/Library/PrivateFrameworks,包括

#import <BluetoothManager/BluetoothManager.h>
#import <BluetoothManager/BluetoothDevice.h>

但是从 Xcode 7.3 开始出现错误:

错误:ld:找不到BluetoothManager框架

最佳答案

mentioned in the Apple release notes私有(private)框架(以及 BluetoothManager.framework)已从 SDK iOS 9.3 中删除。这就是它不再起作用的原因。

关于xcode - BluetoothManger 与 Xcode 7.3 没有链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36593780/

相关文章:

ios - 如何在 IOS 应用程序中显示图片?

ios - 如何从 MPRemoteCommandCenter 禁用所有 MPRemoteCommand 对象

iphone - 显示错误iphone的描述

iphone - iOS:生成的 CoreData 代码中的 EXC_ARM_DA_ALIGN

ios - 仅广告数据与连接 BLE 设备的优势

java - 当与远程蓝牙设备的连接丢失时,如何在 android java 中生成警报

android - 通过蓝牙重启 Android 手机?

iOS 应用程序在显示来自 URL 的大尺寸图像时崩溃

ios - 更改 iPhone 的基本值布局,影响 ipad 布局

swift - 横向启动时主视图单元格标签为空白