Hi,

I work on an app that uses cocoapods to work with multiple dependent 
targets.
In one of the targets,  I have included CouchbaseLite.framework downloaded 
from http://www.couchbase.com/communities/couchbase-lite
That was done using the vendored_frameworks method in cocoapods.

Within the target pod, I included two header files as follows,

> #import "CouchbaseLite/CouchbaseLite.h" 

 

> #import "CouchbaseLite/CBLDocument.h"


However, when I compile, I get this error.

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;


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 ?

-- 
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/d519a98d-bd43-4adf-948b-10bec5be9067%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to