Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build error with Xcode 13, iOS 15 SDK #616

Open
wxsdmy opened this issue Nov 4, 2021 · 3 comments
Open

Build error with Xcode 13, iOS 15 SDK #616

wxsdmy opened this issue Nov 4, 2021 · 3 comments

Comments

@wxsdmy
Copy link

wxsdmy commented Nov 4, 2021

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

@freedreamer82
Copy link

any news ? we should need a version compatible with ios 13!

@b055man
Copy link

b055man commented Nov 22, 2021

@MoralCode
Copy link

it appears that there is a fork of this project explicitly for supporting iOS 15 at https://github.com/davejlin/flutter_ble_lib_ios_15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants