fmdb icon indicating copy to clipboard operation
fmdb copied to clipboard

pod install fail

Open AlexanderPan opened this issue 4 years ago • 4 comments

[!] CocoaPods could not find compatible versions for pod "FMDB":
  In Podfile:
    FMDB (~> 2.7.7)

None of your spec sources contain a spec satisfying the dependency: `FMDB (~> 2.7.7)`.

You have either:
 * out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.
 * mistyped the name or version.
 * not added the source repo that hosts the Podspec to your Podfile.

AlexanderPan avatar Sep 18 '20 05:09 AlexanderPan

I believe 2.7.7 may not have been published to cocoa pods. 2.7.5 looks like it was the latest version which was published.

R4N avatar Oct 02 '20 01:10 R4N

Workaround until 2.7.7 is pushed to the cocoapods spec repo:

pod 'FMDB', :git => 'https://github.com/ccgus/fmdb.git', :commit => '61e51fd'

justinvallely avatar Nov 30 '21 20:11 justinvallely

When will the latest version be published to CocoaPods? If the pod approach is abandoned for SPM, I totally understand.

cbess avatar Feb 24 '22 14:02 cbess

I don't have an answer for that, sorry. The best way to get it is to just download the latest release from here.

ccgus avatar Feb 28 '22 01:02 ccgus