Replies: 2 comments 1 reply
-
Is INAV Configurator 3 a typo? Either way, the error with xattr is likely because of the spaces in the name/path. Try putting the full inav configurator path between quotes, likes this: "/path/to/your/INAV Configurator.app" |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thanks! Your suggestion worked.
The file name was not a typo. When I used the .dmg file to install, it
noted previous installations of earlier versions. I asked to keep them so I
suppose the odd naming of the file was to avoid overwriting the older
versions.
I appreciate your quick response..
Regards,
Richard Alan (Al) Romig
2619 Forest Oaks Drive
College Station, TX
77845
979-485-1148 home
713-201-4413 cell
# <https://www.standuptojewishhate.org/>
https://g.co/gemini/share/a2f7369827f3
…On Mon, Jan 27, 2025 at 6:39 AM Marcelo Bezerra ***@***.***> wrote:
Is INAV Configurator 3 a typo? Either way, the error with xattr is likely
because of the spaces in the name/path. Try putting the full inav
configurator path between quotes, likes this: "/path/to/your/INAV
Configurator.app"
—
Reply to this email directly, view it on GitHub
<#2329 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE45OMYOAFAWSMZXMFYNHUT2MYSIHAVCNFSM6AAAAABV57CCR2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCOJWHEZDGNA>
.
You are receiving this because you authored the thread.Message ID:
<iNavFlight/inav-configurator/repo-discussions/2329/comments/11969234@
github.com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to install INAV 8.0 on an M1 Mac Mini running Sequoia 15.3 (beta). I noticed this in the release notes:
“We currently don't have access to an Apple Developer Account to sign the Mac binaries, so you will need to run the following command on MacOS to unlock the configurator App: xattr -cr /path/to/your/INAV Configurator.app”
The .dmg installer named the app “INAV Configurator 3.app” and installed it in the Applications folder, so I used this:
xattr -cr /Applications/INAV Configurator 3.app
This returns:
richardromig@M1-Mac-mini ~ % xattr -cr /Applications/INAV Configurator 3.app
xattr: No such file: /Applications/INAV
xattr: No such file: Configurator
xattr: No such file: 3.app
richardromig@M1-Mac-mini ~ %
Any thoughts?
Am I over my skis with Sequoia 15.3?
Or do I have an error in my Terminal command?
Beta Was this translation helpful? Give feedback.
All reactions