Skip to content

Installation on MAC M2 #75

Answered by ozarchie
ozarchie asked this question in Q&A
Discussion options

You must be logged in to vote

G'day,
Thanks for your quick response and for a great project.
I am trying V5.

My process for running on MACBook M2 silicon was:

  1. Unzip the release
  2. sudo xattr -r -d com.apple.quarantine osx-arm64
  3. cd osx-arm64
  4. chmod +x LogicAnalyzer
  5. ./LogicAnalyzer

But the outcome was:
zsh: killed ./LogicAnalyzer
So the OS killed the LogicAnalyzer, as reported by zsh, but with no details.

I installed an earlier version but - same result.

I found a solution using: (dotnet/runtime#79267)

  1. Unzip the release
  2. sudo xattr -r -d com.apple.quarantine osx-arm64
  3. cd osx-arm64
  4. chmod +x LogicAnalyzer
  5. codesign --force --deep -s - ./LogicAnalyzer
  6. ./LogicAnalyzer

I was able to run and load the samples that you sent.
Than…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ozarchie
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #74 on August 22, 2023 08:12.