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 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/d67ef416-64ac-4898-b8aa-3a934cb77e01%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
