Skip to content

Instantly share code, notes, and snippets.

@malefficient
Last active August 7, 2022 02:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save malefficient/40e8dd37edddd92168b9a8ca6391a37d to your computer and use it in GitHub Desktop.
Save malefficient/40e8dd37edddd92168b9a8ca6391a37d to your computer and use it in GitHub Desktop.
KiCad 5.1.12 running on MacOS 11.6 (Big Sur)

Johnny KiCad install adventures

MacOS Big Sur caused siginficate headaches for users looking to install KiCad in the 'traditional' .dmg way

I thought I would outline the (re-createable) steps required to work around these

For starters, this tutorial assuems that you have complete removed previous KiCad install files, and that you have successfully copied/extracted the .dmg. I.e., the following directory structure exists on disk: This is an image cute-octopus-pack

➜  kicad.app mv Contents _Contents_hack
➜  kicad.app ln -s ./_Contents_hack ./Contents
➜  kicad.app cd Contents
➜  Contents ln -s ../_Contents_hack ./Contents
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment