Jens, It looks like the fix is to set GCC_GENERATE_DEBUGGING_SYMBOLS = NO in Build Settings. In XCode 6, you do this by going to: *Build Settings (All)* => *Apple LLVM 6.0 - Code Generation* and setting "Generate Debug Symbols" to NO for your release build.
I don't mean to be a pain, but I don't think it makes sense for consumers of the framework to do this -- we need those symbols. But these warnings are a hassle and it would be great if you guys could turn them off. http://stackoverflow.com/questions/14489692/what-do-these-dsymutil-warnings-mean-in-xcode-4-5 Thanks! On Monday, September 8, 2014 8:17:04 AM UTC-7, Jens Alfke wrote: > > > A number of people have already reported this here — apparently the fix is > to change your app target's debugging symbols build setting. > > -- 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/f8446790-6526-4f39-89b8-ff713e3198c3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
