Great thanks. Your workaround fixed the issue for now. Also, as I was
trying to debug the issue I noticed there was no tag for 1.0.2 on github
either. When you fix the symbols in the 1.0.2 release could you also tag
the github repo with the commit the release came from? Thanks!


On Mon, Aug 25, 2014 at 12:11 PM, Jens Alfke <[email protected]> wrote:

>
> On Aug 25, 2014, at 10:47 AM, Jeff Kingyens <[email protected]>
> wrote:
>
> I tried upgrading to 1.0.2 but I was getting link errors on a couple of
> symbols in xcode when building. Switching back to 1.0.1 made the errors go
> away, so I just held back :( I believe the symbol that couldn't be resolved
> was CBLUITableSource. Should there be any issue here?
>
>
> Oops, that's a bug. In 1.0.2 we're being careful not to expose symbols in
> the static library other than the ones in the public API, so there's a list
> of symbols to export. I forgot to add CBLUITableSource to it.
>
> We'll release an update of 1.0.2. In the meantime you can work around this
> by using NSClassFromString(@"CBLUITableSource") instead of the literal
> NSUITableSource.
>
> —Jens
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Couchbase Mobile" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/mobile-couchbase/wbpIPw7tsUg/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/mobile-couchbase/AF08D35D-2336-49ED-9F7E-A9155737EF78%40couchbase.com
> <https://groups.google.com/d/msgid/mobile-couchbase/AF08D35D-2336-49ED-9F7E-A9155737EF78%40couchbase.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CADaBFhWndeHwc2Mq-oE_8C1QTijvpWeUGo%3DrzQaV6FsXzuOawQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to