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

CBL-5432: Vector Index API Tests 8-10 [Obj-C] #3243

Closed velicuvlad closed 6 months ago

velicuvlad commented 6 months ago
pasin commented 6 months ago

FYI :


[2024-02-28T18:56:34.626Z] /Users/couchbase/jenkins/workspace/eline_couchbase-lite-ios_PR-3243/couchbase-lite-ios/Objective-C/Tests/VectorSearchTest.m:222:11: error: no visible @interface for 'NSMutableDictionary' declares the selector 'removeValueAtIndex:fromPropertyWithKey:'
[2024-02-28T18:56:34.626Z]     [data removeValueAtIndex: 0 fromPropertyWithKey: @"vector"];
[2024-02-28T18:56:34.626Z]      ~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[2024-02-28T18:56:34.626Z] /Users/couchbase/jenkins/workspace/eline_couchbase-lite-ios_PR-3243/couchbase-lite-ios/Objective-C/Tests/VectorSearchTest.m:344:11: error: no visible @interface for 'NSMutableDictionary' declares the selector 'removeValueAtIndex:fromPropertyWithKey:'
[2024-02-28T18:56:34.626Z]     [data removeValueAtIndex: 0 fromPropertyWithKey: @"vector"];
[2024-02-28T18:56:34.626Z]      ~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[2024-02-28T18:56:34.900Z] 2 errors generated.