keybase / client

Keybase Go Library, Client, Service, OS X, iOS, Android, Electron
BSD 3-Clause "New" or "Revised" License
8.83k stars 1.22k forks source link

UniformTypeIdentifiers not loaded (MacOS) #27008

Open sihellem opened 2 weeks ago

sihellem commented 2 weeks ago

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...