After facing several issues with our iOS application using Couchbase Lite (for which we already have asked in the forums) we are tying to gather any possible debugging info at application and database level.
We started using a Couchbase Lite Viewer project (https:/github.com/couchbaselabs/couchbaseliteviewer) to view our database contents. Now we are trying to be able to run Couchbase Lite from source, following the instructions here https://github.com/couchbaselabs/CouchbaseLiteiOS-SourceApp. We were able to add Couchbase Lite as a target dependency, but not to build the application since the rest of the dependencies are not visible, we don’t know why.
We wanted to know if someone has tried something similar from XCode for either iOS or Mac OS targets. Thanks!