I adapted that code into my test class and it does find the selector. I had trouble with the objc_msgSend because the new LLVM in Xcode has introduced strict type checking and I haven't figured out yet how to invoke it properly.
Next step I suppose would be to try including the library as source rather than as a cocoapod so that could step through the actual API code. Not sure I have time for that right at the moment. Have there been any thoughts/discussions about a native Swift API? On Tuesday, September 16, 2014 1:28:24 AM UTC-4, Jens Alfke wrote: > > Hm. Well, you can see the code that calls that method here > <https://github.com/couchbase/couchbase-lite-ios/blob/master/Source/API/CBLModel.m#L475-L481>. > > So you could try adapting that in your Obj-C class and step through it and > see what happens… > > —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/6e0c7122-1d15-4bc8-a163-f3483eccefbb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
