Skip to content

Can't load extension - "Error loading extension (...) (no such file)" #3933

Answered by lucydodo
SwiftedMind asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @SwiftedMind, This issue occurs due to security measures required when notarizing an app on macOS.
You can temporaily resolve this issue by following the sequence of commands below.

  1. Open the Terminal
  2. Run codesign --force --deep -s - /Applications/DB\ Browser\ for\ SQLite.app

If the app is installed in a different location, adjust the path accordingly when running the command.

  1. Run codesign --force -s - /Users/swiftedmind/Documents/vec0.dylib
  2. Run the DB4S and try load an extension.

If you have any questions, please feel free to ask. Thank you. :)

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
3 replies
@SwiftedMind
Comment options

@justinclift
Comment options

@SwiftedMind
Comment options

Comment options

You must be logged in to vote
2 replies
@SwiftedMind
Comment options

@lucydodo
Comment options

Answer selected by SwiftedMind
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants