SQLiteCipher.swift
SQLiteCipher.swift copied to clipboard
SQLite.swift + SQLCipher
Hi! I am very new to all this Swift, Cocoapods and Xcode, therefore I apologize in case I am just making mistakes. I have troubles installing SQLiteCipher using Cocoapods, following...
Hi, Any plan supporting Swift 3.0 ? (same question as for SQLite.swift) Thanks
In order to fix [#319](https://github.com/stephencelis/SQLite.swift/issues/319) in SQLite.swift submodule.
Instead of having this repo pull in SQLite.swift as a submodule, I removed all of those dependencies and instead created a pod file that pulls in SQLite.swift and SQLCipher and...
Following the instructions to the letter. I've seen posts related to this error as far back as September. Installing manually instructions do not work either ... No module found SQLLiteCipher....
**\* Checking out SQLiteCipher.swift at "aaf0b5107deb2006e6edd74d9ca3e362be240885" **\* xcodebuild output can be found in /var/folders/0m/jz0qf0bd5834_n51gwwp73340000gn/T/carthage-xcodebuild.v4muZl.log **\* Skipped building SQLiteCipher.swift due to the error: Dependency "SQLiteCipher.swift" has no shared framework schemes If...
Hey there! I pulled down the project to see why Carthage wasn't able to find a scheme target to build the framework with and it looks like the scheme isn't...
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...
Despite the changes I've made in PR #1, Carthage builds still fail with the following type of errors: clang: error: no such file or directory: '.../Carthage/Checkouts/SQLiteCipher.swift/Vendor/sqlcipher/sqlite3.c' If I manually open...