Skip to content

Build error with Xcode 13, iOS 15 SDK #616

@wxsdmy

Description

@wxsdmy

…/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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions