Looks like something is not right with the Cordova plugin. I replaced its .a with the ones coming from the latest CBL 1.0.3. and now the bug is gone....
On Tue, Dec 23, 2014 at 5:27 AM, Pasin Suriyentrakorn <[email protected]> wrote: > One easy way to check the version number of the library included inside > the plugin is looking at the Info.plist and the version number is 1.0.3.1 > > > https://github.com/couchbaselabs/Couchbase-Lite-PhoneGap-Plugin/blob/master/lib/ios/CouchbaseLite.framework/Info.plist > > Is it possible that the iOS project doesn't get updated with the new > version of the plugin and is still linking with the old version of the > framework? > > Sometimes removing and re-adding the platform helps resolving the update > issue. > > On Monday, December 22, 2014 8:20:58 PM UTC-8, Pasin Suriyentrakorn wrote: >> >> I checked the build configuration and confirmed that the latest plugin >> was built with 1.0.3.1. The plugin published on either github repo or >> cordova registry should have cblite v1.0.3.1 included. >> >> https://github.com/couchbaselabs/Couchbase-Lite-PhoneGap-Plugin >> http://plugins.cordova.io/#/package/com.couchbase.lite.phonegap >> >> On Monday, December 22, 2014 3:35:17 PM UTC-8, Jens Alfke wrote: >>> >>> The bug you're running into is #438 >>> <https://github.com/couchbase/couchbase-lite-ios/issues/438>, which was >>> fixed in version 1.0.3.1 (which came out a week or two after 1.0.3.) >>> >>> I wonder whether the updated PhoneGap plugin was accidentally built with >>> 1.0.3 instead of 1.0.3.1… unfortunately Pasin, who did the update last >>> week, isn't in right now. >>> >>> Until we get this resolved, a workaround for the bug would be to break >>> your views out into separate design docs. >>> >>> —Jens >>> >> -- > You received this message because you are subscribed to a topic in the > Google Groups "Couchbase Mobile" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/mobile-couchbase/cYpjoqb0S88/unsubscribe > . > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/mobile-couchbase/d67ef416-64ac-4898-b8aa-3a934cb77e01%40googlegroups.com > <https://groups.google.com/d/msgid/mobile-couchbase/d67ef416-64ac-4898-b8aa-3a934cb77e01%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Thx, Andrzej -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/CAPdrODuaQgCtJYbxP3pwEx5JBYUKXiQb-6b9CKPkryxMuJzXMQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
