mrWheel
1
Continuing the discussion from BOM plugins failing seemingly due to App Translocation:
@kevinaangstadt
The solution does not seem to work on macOS Big Sur.
It is not a KiCad problem or bug but the concept is really annoying as it takes ages for KiCad to start (probably due to the copying).
Is there a way to really fix this App Translocation??
mrWheel
2
Hm… I think I found a solution…
In a terminal window go to:
$ cd /Applications/KiCad
$ xattr kicad.app
> com.apple.quarantine
$ xattr -d com.apple.quarantine kicad.app
$ xattr kicad.app
$
See: https://www.cnet.com/tech/computing/workarounds-for-quarantine-bug-in-os-x-lion/
Seth_h
3
system
Closed
4
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.