client icon indicating copy to clipboard operation
client copied to clipboard

UniformTypeIdentifiers not loaded (MacOS)

Open sihellem opened this issue 1 year ago • 1 comments

The GUI (version Intel (x86) installed from the .io) under macOS Catalina (10.15.7) updated, and now won't launch anymore on my MacBook Pro (I had no issues to use it last week).

It blocks at: "There was an error trying to run the install (null)."

When running the keybase command, it seems a lib is not loaded:

➜  ~ keybase                                                         
dyld: Library not loaded: /System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers
  Referenced from: /usr/local/bin/keybase
  Reason: image not found
[1]    1782 abort      keybase

Running keybase log send produces the same output.

Looking further, /System/Library/Frameworks/UniformTypeIdentifiers.framework/ is actually not existing on my system, so I am puzzled on why Keybase would need to now load it...

sihellem avatar Jun 08 '24 09:06 sihellem

same

seelts avatar Aug 03 '24 20:08 seelts

Solved in: https://github.com/keybase/client/issues/26924#issuecomment-2377228304

sihellem avatar Oct 05 '24 14:10 sihellem

same problem, but i not have keybase

> [email protected] start
> electron-forge start

✔ Checking your system
✔ Locating application
✔ Loading configuration
✔ Preparing native dependencies [0.2s]
✔ Running generateAssets hook

dyld: Library not loaded: /System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers
  Referenced from: /Users/antwal/Projects/orders-invoices/orders-invoices/node_modules/electron/dist/Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Electron Framework
  Reason: image not found

antwal avatar Oct 23 '24 15:10 antwal