> > 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 > <http://www.couchbase.com/nosql-databases/downloads#Couchbase_Mobile> and > follow the "PhoneGap Plug-In > <http://plugins.cordova.io/#/package/com.couchbase.lite.phonegap>" 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. > > I agree that a script to download or build the framework would be ideal. It could be placed in https://github.com/couchbaselabs/couchbase-lite-phonegap-plugin-builder/ There is a script called prepare_plugin.sh in the repo, but it requires that you manually include dependencies. It is not obvious for a non-iOS developer where to find them.
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. Thanks, Adam -- 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/6209cc98-a92e-417c-83ee-ae09a4a6a41d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
