On Jun 3, 2014, at 8:07 AM, Nithin Haridas <[email protected]> wrote:
> CouchbaseLite.framework/Headers/CBLManager.h:93:1: Property with 'retain (or > strong)' attribute must be of object type > which correponds to > @property (strong) dispatch_queue_t dispatchQueue; > IIRC this happens when building for earlier versions of iOS or Mac OS, because dispatch_queue isn't recognized as an object type in those earlier OSs. What are your deployment targets set to? --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/CABFF1B4-641B-4A84-AE04-5E9C7582BF82%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
