Giter Site home page Giter Site logo

Comments (2)

lucydodo avatar lucydodo commented on July 3, 2024 1

Resolved via 510cfbc

from sqlitebrowser.

lucydodo avatar lucydodo commented on July 3, 2024

I'm writing this in case anyone else runs into the sasme problem.

Currently, the 'sqlean' library included in macOS builds is only signed, packaged and distributed as an ARM64 binary. I did this and forgot to include the x86_64 binaries. I realized this a while ago, and I just happened to be working on a patch internally that made some changes to our CI system for the next release, so I patched this issue as well. and I'll be pushing this patch upstream in the near future and will fix this issue as well.

If you need to load the 'sqlean' library on an Intel CPU before the patch is pushed, please note the following:

  1. Download the library for x86_64 processors from the 'sqlean' the official website.
  2. Run the following command in a terminal
codesign --force --deep -s - /Applications/DB\ Browser\ for\ SQLite.app
codesign --force -s - ~/Downloads/sqlean.dylib

What does this command do, and why do I need to do it?

'DB Browser for SQLite' is code-signed and notarized by Apple to ensure the integrity of the binary. As part of this "notarization" process, Apple requires that external libaries that the application loads also receive the same code signature as the DB4S team. Therefore, external libraries which are not signed by the DB4S team cannot be imported, so you can change them to be imported with a temporary signature, an 'ad-hoc signature', using the command above.

If you have any additional questions, please leave a comment on this issue and I'll be happy to answer them.

Reference

from sqlitebrowser.

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.