#import "CouchbaseLite/CouchbaseLite.h"
#import "CouchbaseLite/CBLDocument.h"
CouchbaseLite.framework/Headers/CBLManager.h:93:1: Property with 'retain (or strong)' attribute must be of object type
@property (strong) dispatch_queue_t dispatchQueue;
I don't get it when I add the headers to the main target in the workspace, though,
which I did by following the steps in the tutorial.
Any ideas, what might be happening ?
CouchbaseLite.framework/Headers/CBLManager.h:93:1: Property with 'retain (or strong)' attribute must be of object typewhich correponds to@property (strong) dispatch_queue_t dispatchQueue;