ChatSecure-iOS
ChatSecure-iOS copied to clipboard
error while running pod install
CocoaPods could not find compatible versions for pod "YapDatabase/SQLCipher":
In Podfile:
ChatSecureCore (from ChatSecureCore.podspec) was resolved to 0.1.0, which depends on
YapDatabase/SQLCipher (~> 3.1.3)
YapDatabase/SQLCipher (from `Submodules/YapDatabase/YapDatabase.podspec`)
Having the same issue :(
CocoaPods could not find compatible versions for pod "YapDatabase/SQLCipher":
In snapshot (Podfile.lock):
YapDatabase/SQLCipher (from `Submodules/YapDatabase/YapDatabase.podspec`)
In Podfile:
ChatSecureCore (from `ChatSecureCore.podspec`) was resolved to 0.1.0, which depends on
YapDatabase/SQLCipher (~> 3.1.3)
YapDatabase/SQLCipher (from `Submodules/YapDatabase/YapDatabase.podspec`)
YapTaskQueue/SQLCipher (from `Submodules/YapTaskQueue/YapTaskQueue.podspec`) was resolved to 0.2.0, which depends on
YapDatabase/SQLCipher (~> 2.9)
It was after resolving issue #1172 and two other submodules libsqlfs and YapTaskQueue. Three of Submodules forders were empty and I had to clone them outside the project and copy the files to submodules forders.