iOS CouchbaseLite missing CBLUITableSource

Hi,

I have just downloaded the latest Couchbase Lite - v1.1.1-18 and had a compile error, due to missing header file, i.e. CBLUITableSource.h?

Had a look at CouchbaseLite.h and I could see that it’s referenced there.

Is it safe to use the previous version of CBLUITableSource.h?

Thanks.

Are you sure you’re using the iOS version of the framework, and not the Mac OS one by accident?

I’ve had another look and yes, you’re right.
The other platforms were hidden and only the Mac OS X was displayed. I made an incorrect assumption and downloaded the wrong one.

Thanks for pointing out my silly mistake!