ChatSecure-iOS icon indicating copy to clipboard operation
ChatSecure-iOS copied to clipboard

error while running pod install

Open ramchandaluri opened this issue 6 years ago • 1 comments

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`)

ramchandaluri avatar Dec 23 '19 10:12 ramchandaluri

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.

digit81 avatar Jan 28 '20 12:01 digit81