gpt4 book ai didi

swift - iOS 10.0 : Use of undeclared type 'CBCharacteristic'

转载 作者:行者123 更新时间:2023-11-30 12:50:17 25 4
gpt4 key购买 nike

我正在我的应用程序中开发 BLE 功能。我在我的项目中添加了CoreBluetooth框架。

我已经添加了,

import CoreBluetooth

在 swift 文件的起始位置。

现在,当我尝试实现下面的委托(delegate)方法时,

func peripheral(peripheral: CBPeripheral, didUpdateValueForCharacteristic characteristic: CBCharacteristic, error: NSError?) 

它给我错误,CBCharacteristic 是未声明的类型。

最佳答案

 class ViewController: UIViewController, CBCentralManagerDelegate, 
CBPeripheralDelegate{

}

实现外设委托(delegate)之后就可以工作了。

关于swift - iOS 10.0 : Use of undeclared type 'CBCharacteristic' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41096265/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com