Symbol Not Found error when building with XCode 15.2
Description
CBL cannot be built with XCode 15.2 with Symbol Not Found error for .objc_class_name_ CBLDatabaseChangeObservable and .objc_class_name_CBLIndexable. Those two symbols should be removed from CouchbaseLite.exp file as they are not class but protocol.
CBL cannot be built with XCode 15.2 with Symbol Not Found error for .objc_class_name_ CBLDatabaseChangeObservable and .objc_class_name_CBLIndexable. Those two symbols should be removed from CouchbaseLite.exp file as they are not class but protocol.