The screenshot didn’t appear. Best advice I can give is to check that all the outlets are non-nil at runtime. Either set a breakpoint and look at variables, or add NSAssert calls. Usually this kind of problem is because you forgot to wire something up and its value is nil (remember that calling a method on nil is not an error in Obj-C, just a no-op.)
—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/475988AD-171B-476E-911A-753824BF330A%40mooseyard.com. For more options, visit https://groups.google.com/d/optout.
