Thank you for reporting Herman. We have also encapsulated this fix and a test for this in a refresh of 1.0.2 today. - Jessica
On Wednesday, August 27, 2014 9:59:50 AM UTC-7, Herman Chan wrote: > > Just pulled from master and it looks good on our end. Thanks for the > quick turnaround. > > - Herman > > On Tuesday, August 26, 2014 6:05:16 PM UTC-4, Jens Alfke wrote: >> >> >> 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/496051c3-7d1e-4c08-abab-c5747a177fec%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
