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

Missing Cocoapods Specifications

Open hermannsblum opened this issue 9 years ago • 11 comments

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?

hermannsblum avatar Jan 16 '16 20:01 hermannsblum

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:

mikemee avatar Jan 16 '16 20:01 mikemee

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.

hermannsblum avatar Jan 16 '16 21:01 hermannsblum

Much appreciated, thanks!

mikemee avatar Jan 16 '16 21:01 mikemee

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.

jimpeters145 avatar Feb 16 '16 14:02 jimpeters145

Hi , same issue please fix this issue as soon as possible
thanks a lot

shayanalizade avatar Apr 23 '16 16:04 shayanalizade

+1

dareApple avatar Jun 29 '16 09:06 dareApple

Has this project been abandoned?

pepejeria avatar Jun 29 '16 10:06 pepejeria

Has this project been abandoned?

Nope, just lots of busy people.

PRs are welcomed!

mikemee avatar Jun 29 '16 12:06 mikemee

PRs are welcomed!

gblotter created a PR a while ago that solves all the issues: https://github.com/stephencelis/SQLiteCipher.swift/pull/12

pepejeria avatar Jun 29 '16 13:06 pepejeria

@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...)

mikemee avatar Jun 29 '16 13:06 mikemee

@stephencelis can you please merge #12?

brajbong avatar Nov 30 '16 00:11 brajbong