SQLiteCipher.swift icon indicating copy to clipboard operation
SQLiteCipher.swift copied to clipboard

SQLite/SQLite-Bridging.h not found

Open victor1342 opened this issue 9 years ago • 0 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.

victor1342 avatar Mar 05 '16 11:03 victor1342