couchbase / couchbase-lite-ios

Lightweight, embedded, syncable NoSQL database engine for iOS and MacOS apps.
Apache License 2.0
1.62k stars 297 forks source link

isEqual and hashValue methods of blob is not available on latest iOS builds #2082

Closed sridevi-15 closed 6 years ago

sridevi-15 commented 6 years ago

  1. Got latest build of iOS 662 on xcode Complaining that hashValue and isEqual not available
pasin commented 6 years ago

This issue will be fixed in the next build. @sridevi-15, please verify and close the issue.

When comparing Blob in Swift, please use '==' instead of isEquals: as isEquals: is the Objective-C API and we don't expose that in Swift anymore.

pasin commented 6 years ago

Please test with http://latestbuilds.service.couchbase.com/builds/latestbuilds/couchbase-lite-ios/2.0.0/664.

sridevi-15 commented 6 years ago

verified on latest build, 664 . it works fine