> On Aug 26, 2014, at 2:18 PM, Herman Chan <[email protected]> wrote:
> 
> I am getting a linker error with the latest 1.0.2 release.

Ack! Looks like more class names missing from the exported-symbols list. Sorry 
about that. (Why this is happening: The exported-symbols file has been around 
for a long time, but was only used on Mac OS and only in release builds, which 
meant it got hardly any use. When I made the build changes to start using it on 
iOS, I just assumed it was accurate and didn't carefully review it to make sure 
it had all the classes in it.)

I've just pushed a fix to Github, and we'll roll out a build soon. Sorry again 
:(

As a workaround, you can use the same trick as before, replacing
        [CBLXXX someClassMethod]
with
        [NSClassFromString(@"CBLXXX") someClassMethod]

—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/DAD463A6-3FE1-48A0-9DFF-7FD16590FB31%40couchbase.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to