You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
When we build on XCode 13,We can find it
Actual Result:
When we build on XCode 13,We can find it
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.
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
The text was updated successfully, but these errors were encountered: