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 Failed on XCode13 #261

Open
csxfno21 opened this issue Mar 23, 2022 · 0 comments
Open

Build Failed on XCode13 #261

csxfno21 opened this issue Mar 23, 2022 · 0 comments

Comments

@csxfno21
Copy link

csxfno21 commented Mar 23, 2022

Summary:
When we build project, i found some errors.CBCharacteristic's service is optional type. In CharacteristicIdentifier file, there are two functions using CBCharacteristic.service but not appending ! or ??. The two functions are 'init' and '==' which in line 22 and 49

Steps to Reproduce:
1.
1
When we build on XCode 13,We can find it

Actual Result:
When we build on XCode 13,We can find it

Expected Result:
self.service = ServiceIdentifier(uuid: cbCharacteristic.service!.uuid)
(lhs.uuid == rhs.uuid) && (lhs.service.uuid == rhs.service!.uuid)

Device, Build, OS:
iphone12, 15.3.1

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

1 participant