project-imas / encrypted-core-data

v2.0 - iOS Core Data encrypted SQLite store using SQLCipher
Other
785 stars 236 forks source link

Update podspec branch tag from 3.1 to 3.2 #317

Open nuKs opened 5 years ago

nuKs commented 5 years ago

I am trying to fix error: implicit declaration of function 'sqlite3_key' is invalid in C99 in an underlying podspec. With some hope, upgrading version will do the fix :) Any idea welcome.

nuKs commented 5 years ago

This most likely wont fix the issue I have as the PR https://github.com/project-imas/encrypted-core-data/pull/283 fixes it in a commit after the 3.2 release.

Would it be possible to already set up a 3.3 release this week ?

nuKs commented 5 years ago

Also,

I had to upgrade cocoapod to prerelease 1.6.0 to fix the following issue while doing a pod lib lint. gem install cocoapods --user-install --pre

See https://github.com/CocoaPods/CocoaPods/issues/7708