Giter Club home page Giter Club logo

Comments (4)

groue avatar groue commented on June 6, 2024 2

Hello @kosratdev,

That's unfortunate, but this is due to a CocoaPods issue: CocoaPods/CocoaPods#11839. As soon as CocoaPods makes it possible to deploy new GRDB versions, things will come back to normal.

You can also modify your Podfile as below:

  • Depend on the GRDB6 branch. This is more or less equivalent to what pod 'GRDB.swift', '~> 6.0' would normally do, if CocoaPods would accept new GRDB versions to be published:

    # Can't use semantic versioning due to https://github.com/CocoaPods/CocoaPods/issues/11839
    pod 'GRDB.swift', git: 'https://github.com/groue/GRDB.swift.git', branch: 'GRDB6'
  • Depend on 6.26.0 explicitly:

    # Can't use semantic versioning due to https://github.com/CocoaPods/CocoaPods/issues/11839
    pod 'GRDB.swift', git: 'https://github.com/groue/GRDB.swift.git', tag: 'v6.26.0'

from grdb.swift.

groue avatar groue commented on June 6, 2024 1

Thank you @SagarSDagdu, that's very nice of you 👍 I do not want to workaround the CocoaPods issue, though. As a library owner, I need a stable, reliable, and long-term solution. If CocoaPods can't fix their stuff, my heart is broken but that's a problem with CocoaPods. I duly reported the problem, a long time ago, with a lot of details and arguments: I did my part, maybe even more than that. I won't pretend that I commit to maintaining a workaround in the long run, because this is just not true.

from grdb.swift.

SagarSDagdu avatar SagarSDagdu commented on June 6, 2024

Hi @groue ,
Just wanted to inform you about a workaround I found to solve this, just in case you want to release the new version of your awesome library to Cocoapods:
stephencelis/SQLite.swift#1250 (comment)

from grdb.swift.

SagarSDagdu avatar SagarSDagdu commented on June 6, 2024

Yeah, I read the entire thread, and you have pinpointed the exact issue in the above thread.
It is sad that Cocoapods maintainers do not want to address it on priority and it is resulting into a lot of libraries just moving away from Cocoapods 😢
Anyways I think it is your call for GRDB 👍🏻
Thank you for this lib.

from grdb.swift.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.