I just started exploring Couchbase Lite and Swift development, and so some of my questions may seem basic. Generally, I find it quite difficult following some of the tutorials for Couchbase.
-
The developer documentation seem to be missing some key tutorials such as the need to create a bridge header file, or other alternatives to using such bridge files. After some digging, I was able to find some helpful URLs that points out the need to have such file in order for XCode projects to work successfully.
-
Secondly, do I need to add a Sync Gateway for my local iOS app to work? Why so, if all am doing at the initial phase is to test the functionality of Couchbase Lite locally in XCode? At this moment, I am not syncing with any server, so I will expect to be able to create local manager, database, then document. And be able to access the document properties without issues.
-
Is anyone aware of a step-by-step documentation or tutorial for a complete app that is built from scratch? I think it will help beginners like myself assimilate easily to such new tool.
Thanks for your time and responses.