-
Notifications
You must be signed in to change notification settings - Fork 198
Description
…/RestoredState.swift:68:105: error: value of optional type 'CBPeripheral?' must be unwrapped to a value of type 'CBPeripheral'
peripheral: RxCBPeripheral(peripheral: $0.service.peripheral)),
^
…/MultiplatformBleAdapter/iOS/RxBluetoothKit/RxCBCharacteristic.swift:59:52: error: value of optional type 'CBService?' must be unwrapped to a value of type 'CBService'
return RxCBService(service: characteristic.service)
^ peripheral: RxCBPeripheral(peripheral: $0.service.peripheral)),
…/RxCBDescriptor.swift:43:62: error: value of optional type 'CBCharacteristic?' must be unwrapped to a value of type 'CBCharacteristic'
return RxCBCharacteristic(characteristic: descriptor.characteristic)
^
Please update MultiPlatformBleAdapter to '0.1.9' version.