I am getting a linker error with the latest 1.0.2 release.

here is error:

Undefined symbols for architecture armv7:

  "_OBJC_CLASS_$_CBLLiveQuery", referenced from:

      objc-class-ref in class1.o

      objc-class-ref in class2.o

      objc-class-ref in class3.o

      objc-class-ref in class4.o

  "_OBJC_CLASS_$_CBLReplication", referenced from:

      objc-class-ref in class5.o

ld: symbol(s) not found for architecture armv7

clang: error: linker command failed with exit code 1 (use -v to see 
invocation)

Am I missing anything?

On Monday, August 25, 2014 3:11:52 PM UTC-4, Jens Alfke wrote:
>
>
> On Aug 25, 2014, at 10:47 AM, Jeff Kingyens <[email protected] 
> <javascript:>> 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 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/02f7f8fd-905a-4adb-8183-cd7f24bff5b0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to