stephencelis / SQLiteCipher.swift

SQLite.swift + SQLCipher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQLite/SQLite-Bridging.h not found

victor1342 opened this issue · comments

I'm using Xcode 7.2 with ios 9.2 target and I'm unable to build SQLiteCipher.swift, it fails with a "SQLite/SQLite-Bridging.h not found" error in the SQLite.h header. Specifically, the following line fails:

import <SQLite/SQLite-Bridging.h>

I've been trying to figure this out for days. Strangely, the normal SQLite works perfectly.