couchbaselabs / couchbase-lite-titanium

Couchbase Lite Titanium Module
Apache License 2.0
18 stars 2 forks source link

Latest Titanium not working with iOS Couchbase Framewoek #8

Open treinberger opened 10 years ago

treinberger commented 10 years ago

I downloaded today the module and iOS Couchbase Framework binaries and set them up according to the guide. However, When compiling my app, I get linker errors because the symbol _CBLVersionString found in the Titanium module cannot be found in the current iOS CBL Framework. I found out that this property has been renamed in the framework but not in the Titanium module. I am also unable to compile the Titanium module from source because of missing header files which is likely to be caused by my xcode novice level.