@Otso said in CrcAppender on ARM Mac:
Are you running on an Arm Mac? Are you sure you don't have the .NET framework installed (perhaps indirectly as a dependency from something else), or libhostfxr.dylib in your library path?
Yes, running on a 14" M2 MacBook Pro using MacOS Ventura. Though I did download the .NET Runtime, I didn't install it; if I run dotnet --list-sdks I get command not found: dotnet. I also got an error on libhostfxr.dylib, but I seem to have got around it another way. I didn't compile CrcAppender.
I'll check through the instructions when I get a chance, and see if I can work out why.
If you add /usr/local/bin to the PATH here, then you don't have to start Eclipse from the terminal (to get the shell's PATH environment variable), and it will find CrcAppender.
Thanks, I'll give that a go too.
Ian