Hi! We're happy to announce the release of Couchbase Lite 1.0.3 for iOS, Android and pure Java. The builds are now available at the regular download page. (If you'd rather build from source, check out the "1.0.3" tag from the corresponding Github repo.)
Hi! We're happy to announce the release of Couchbase Lite 1.0.3 for iOS, Android and pure Java. The builds are now available at the regular download page. (If you'd rather build from source, check out the "1.0.3" tag from the corresponding Github repo.)
On Oct 20, 2014, at 12:59 AM, Adam Dziendziel <adam.dz...@gmail.com> wrote:Good news. Please remember to update the PhoneGap plugin at https://github.com/couchbaselabs/Couchbase-Lite-PhoneGap-PluginIt is still packaging CBL 1.0.1
You're talking about building it from source? It looks JChris hasn't updated the repo hasn't in a while. The repo also should not embed a binary copy of the framework; instead it should either have a script to download it, or have you install it manually (the way the demo apps do.) You can update it locally of course by copying 1.0.3 into lib/ios/.
If you go to our mobile download page and follow the "PhoneGap Plug-In" link, it takes you to a page at cordova.io with a 1.0.2 version. I don't work on that plugin so I don't know when it's going to be updated to 1.0.3; hopefully soon.
On Oct 21, 2014, at 5:28 AM, Adam Dziendziel <adam.dz...@gmail.com> wrote:I tried to build these dependencies. I built CBL Lite for iOS and got CouchbaseLite.framework. Do you know where can I find sources/binaries of CouchbaseLiteListener.framework? It wasn't present in the debug build directory created according to instructions at https://github.com/couchbase/couchbase-lite-ios/wiki/Building-Couchbase-Lite
BTW If there is a bug is related to PhoneGap integration, but requires changes in native code, like https://github.com/couchbaselabs/Couchbase-Lite-PhoneGap-Plugin/issues/38 , should it be reported in the PhoneGap plugin repo or in the CBL iOS repo? The PhoneGap plugin repo isn't mentioned in bug trackers list on this forum.
Build the "CBL Listener iOS" target/scheme. (Select it from the scheme pop-up in the toolbar, then build.)BTW If there is a bug is related to PhoneGap integration, but requires changes in native code, like https://github.com/couchbaselabs/Couchbase-Lite-PhoneGap-Plugin/issues/38 , should it be reported in the PhoneGap plugin repo or in the CBL iOS repo? The PhoneGap plugin repo isn't mentioned in bug trackers list on this forum.Ideally both (with one linking to the other), but at least in the iOS repo. We track that one a lot more closely.