SQLiteCipher.swift
SQLiteCipher.swift copied to clipboard
Missing Cocoapods Specifications
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 your documentation
pod 'SQLiteCipher.swift', git: 'https://github.com/stephencelis/SQLiteCipher.swift.git'
I am getting the following output:
Updating local specs repositories
Analyzing dependencies
Pre-downloading: `SQLiteCipher.swift` from `https://github.com/stephencelis/SQLiteCipher.swift.git`
[!] Unable to find a specification for 'SQLiteCipher.swift'.
Now, I obviously also included SQLite.swift and have no problems there. As I saw that you just recently restructured your project and created this separate rep for the SQLCipher support, I just assume that some specification is missing and you can fix this easily?
Ah, yes, it does seem to be missing the CocoaPod spec... Sorry, this is still a work in progress!
Did SQLite.swift install ok? Is that sufficient for your needs to start with perhaps while we sort this out? Or, of course, PRs are always welcome :+1:
of course, no need to rush SQLite.swift is working perfectly and will keep me busy for some days to play around and learn a little bit of Swift, don't worry :smiley:
I just don't have the experience with CocoaPod to solve the Problem on my own and write a PR, so I wanted you to know about the problem.
Much appreciated, thanks!
I am facing the same issue. If SQLCipher.swift is a SQLCipher-ready version of SQLite.swift ... does my pod file have to specify both? Or only SQLiteCipher.swift? Hoping this issue will be resolved soon. Thanks in advance.
Hi ,
same issue
please fix this issue as soon as possible
thanks a lot
+1
Has this project been abandoned?
Has this project been abandoned?
Nope, just lots of busy people.
PRs are welcomed!
PRs are welcomed!
gblotter created a PR a while ago that solves all the issues: https://github.com/stephencelis/SQLiteCipher.swift/pull/12
@pepejeria Thanks (and apologies)! @stephencelis have you seen that? I know you're swamped...
And I've mostly moved on from this project (sorry, the shiny new realm
database enticed me away...)
@stephencelis can you please merge #12?