【发布时间】:2019-07-31 15:52:12
【问题描述】:
我正在尝试构建我的项目,但出现以下错误:
找不到“CBCentralManagerDelegate”的协议声明;你的意思是“CLLocationManagerDelegate”吗?```
找不到“CBPeripheralDelegate”的协议声明```
在我的Project-Swift.h 文件中的这段代码
@class CBService;
@class CBCharacteristic;
@interface KestrelDeviceConnect (SWIFT_EXTENSION(FieldView)) <CBCentralManagerDelegate, CBPeripheralDelegate>
有人知道问题是什么以及如何解决吗?
【问题讨论】:
标签: ios swift xcode core-bluetooth