SQlite doesn't import in Today Extension

103 Views Asked by At

I'm working on Today Extension for my App,

I need to make SQLite Manager Class shareable with the extension so I can access the get/set Tables functions. i.e I did the following checks: enter image description here

but once I make the class shareable, I get an error on import SQLite in the class.

enter image description here

so my question is: Does SQLite support iOS Extension?

If yes how can I fix this problem?

1

There are 1 best solutions below

0
On

enter image description here

You may also have to link the library of SQLite and import it

#import "sqlite3.h" #import <time.h>