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] <javascript:>> > 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/a07b2df4-57dc-4b9b-b94b-6d7be8289646%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
