How to make Couchbase Run in Swift Project?

Hello
i’am newbie in both.
Swift and Couchbase.
I’am not able to use the CouchbaseLite Framework.
When i try to import it is not recognized.

How to fix this?

Ok i got it run:
Needed the Bridging Header thing

Hey @ShapCoder,

The bridging header is what you need to add the require files and below is the import statement add for those also looking for similar solutions:
#import "CouchbaseLite.framework/Headers/CouchbaseLite.h"

From there you are able to do your standard database CRUD operations and can reference the Couchbase Mobile developer portal on building an iOS app.