And one more important tidbit of information. It builds fine for dev. It's when I Archive that it fails. I was wanting to archive it so I could extract out the release framework to embed in my app.
On Tuesday, July 14, 2015 at 1:45:44 PM UTC-6, Brendan Duddridge wrote: > > FYI, not sure if it makes a difference, but I am building with Xcode 7 on > El Capitan beta 3. > > On Tuesday, July 14, 2015 at 1:44:46 PM UTC-6, Brendan Duddridge wrote: >> >> Excellent. Thanks for fixing that. >> >> But when I try to build the CBL Mac scheme, I get the following errors: >> >> ld: warning: ignoring undefined symbol .objc_class_name_CBLUITableSource >> from -exported_symbols_list >> >> ld: warning: ignoring undefined symbol .objc_class_name_CBLBasicAuthorizer >> from -exported_symbols_list >> >> ld: warning: ignoring undefined symbol .objc_class_name_CBLBasicAuthorizer >> from -exported_symbols_list >> >> ld: warning: ignoring undefined symbol .objc_class_name_CBLUITableSource >> from -exported_symbols_list >> >> Undefined symbols for architecture x86_64: >> >> "_ReturnNSErrorFromCBLStatus", referenced from: >> >> -exported_symbol[s_list] command line option >> >> ld: symbol(s) not found for architecture x86_64 >> >> clang: error: linker command failed with exit code 1 (use -v to see >> invocation) >> >> Perhaps the Mac side is trying to reference the CBLUITableSource >> somewhere? >> >> >> >> On Tuesday, July 14, 2015 at 1:29:41 PM UTC-6, Jens Alfke wrote: >>> >>> >>> On Jul 14, 2015, at 12:21 PM, Brendan Duddridge <[email protected]> >>> wrote: >>> >>> Have I done something wrong in checking out? Or is there currently an >>> issue with master? >>> >>> >>> Sorry — I forgot to push some submodules this morning. (SourceTree is >>> usually good about reminding me, but in some cases it doesn’t.) >>> It’s fixed now, so update the submodules again and you should be able to >>> build. >>> >>> —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/7f1ca40f-c330-4435-ad54-66cb0a3a869f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
