I have added code to the app to open/use a Couchbase Lite database, however I notice the path returned my the call [[CBLManager sharedInstance] directory] is specific to my account on my MacBook - /Users/<myusername>/Library/Application Support/iPhone Simulator/7.1/Applications/.../CouchbaseLite.
What path would the app report if my colleague was to pull down my changes and run the app?
I guess what I am asking is how do we organise things so we can both work on the app (with a Couchbase Lite database) independently?
I guess what I am asking is how do we organise things so we can both work on the app (with a Couchbase Lite database) independently?What’s the problem? You really don’t need to care where the database is, except in very rare circumstances. It’s part of the local data the app stores on the device.
Jens, do I need to do anything special to bundle my Couchbase Lite database with my app? Is there info on the Couchbase Lite developer site about this?