New 8.0.0 version of Configurator doesn't work on mac m1.
Today I install new INav configurator 8.0.0 and I wasn't able to run programm. I recieve below error.
Which file did you download? I believe you need darwin_arm64
Yes I downloaded darwin_arm64
This was when I tried to run on terminal
This was when I tried to run on terminal
I have same problem, did you solve it?
im running into the same thing...
I am having the same problem and get the same results trying xattr command.
Try deleting the files in the application folder, downloading inav 8 again and running the command before you try to run it.
Works ok for me.
What MacOS version are you using? I think the binaries were built on Sequoia (15.x).
I am on 15.3 and getting the message after a fresh download and install.
I fixed it with the following;
brew install node
cd /Applications/INAV\ Configurator.app/Contents/Resources/app
npm install
brew install node
cd /Applications/INAV\ Configurator.app/Contents/Resources/app
npm install
didn't help ;/ os 15.3
Did it run, despite the error? At least one user on discord, with the same issue said it launches fine, even with the complaints.
This was when I tried to run on terminal
One person reported that they got that error message - then ran the application anyway and it ran fine.
I can't run it, anyway I try to do it it gives the error and doesn't open the app
I get the same damaged error message. Using 8.0.0 Darwin Arm 64 with a M4 Pro running OSX 15.3.1.
I also tried the new RC1 (which is actually what I really need for the DJI 04) and that failed as well.
I tired this and it didn't work
brew install node
cd /Applications/INAV\ Configurator.app/Contents/Resources/app
npm install
Running this in Terminal will resolve the issue.
cd /Applications xattr -cr "INAV Configurator.app"
Nothing is working, competelly useless OS for INAV
Nothing is working, competelly useless OS for INAV
Can we see the chattr command you ran and the output? That's key.
Well I faced the same issue and solution with xattr -cr /Applications/INAV\ Configurator.app works for me
o meu deu tudo certo com esse comando aqui !!
primeiro copia ele para a pasta aplicativos e depois roda esses dois comandos abaixo
Running this in Terminal will resolve the issue.
cd /Applications xattr -cr "INAV Configurator.app"
This worked on macbook pro m4: xattr -cr /Applications/INAV\ Configurator.app
xattr -d com.apple.quarantine "/Applications/INAV Configurator.app"
this solved it
This was when I tried to run on terminal
This was when I tried to run on terminal