I am just trying out iActiveRecord with a brand new project. I installed iActiveRecord 1.1.2 with CocoaPods.
When I compile, ARDabaseManager complains that 'sqlite3_unicode.h' is not found. I notice that sqlite3.0.dylib wasn't included in either the main project or the Pods project. So I added it to the link with binary Build Phase. But I get the same compile error. Any advise please?
Hi,
I am just trying out iActiveRecord with a brand new project. I installed iActiveRecord 1.1.2 with CocoaPods.
When I compile, ARDabaseManager complains that 'sqlite3_unicode.h' is not found. I notice that sqlite3.0.dylib wasn't included in either the main project or the Pods project. So I added it to the link with binary Build Phase. But I get the same compile error. Any advise please?
Thank you,
Norsez