project-imas / encrypted-core-data

v2.0 - iOS Core Data encrypted SQLite store using SQLCipher
Other
785 stars 236 forks source link

Cannot compile using Xcode 9 #287

Closed namalu closed 6 years ago

namalu commented 7 years ago

Errors when building Incremental Store Demo using Xcode 9:

lolgear commented 6 years ago

@namalu Headers collision. iOS 11 has header in usr/include sqlite3.h

kirthika commented 6 years ago

Any workaround?

lolgear commented 6 years ago

@kirthika I installed everything by cocoa pods. I caught error in case of forked repository. So, I merged master of this repo into master of my repo. And everything works fine now.