AlexDenisov / iActiveRecord

ActiveRecord for iOS without CoreData, only SQLite
http://alexdenisov.github.com/iActiveRecord/
MIT License
354 stars 50 forks source link

sqlite3_unicode.h Compile Error #7

Closed norsez closed 12 years ago

norsez commented 12 years ago

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

AlexDenisov commented 12 years ago

There was an error in sources path. Fixed.

norsez commented 12 years ago

Just compiled successfully. Thanks for fixing it so fast!