Not able to access lime.ndll file in Macbook Pro

I am getting this error all the time I try to compile my HelloWorld project:

Called from /opt/hostedtoolcache/haxe/4.2.5/x64/std/neko/Lib.hx line 43

Uncaught exception - load.c(237) : Failed to load library : lime.ndll (dlopen(lime.ndll, 0x0001): tried: ‘lime.ndll’ (no such file), ‘/System/Volumes/Preboot/Cryptexes/OSlime.ndll’ (no such file), ‘/usr/local/lib/neko/lime.ndll’ (no such file), ‘/usr/local/lib/lime.ndll’ (no such file), ‘/System/Volumes/Preboot/Cryptexes/OS/usr/local/lib/lime.ndll’ (no such file), ‘/usr/local/lib/neko/lime.ndll’ (no such file), ‘/usr/local/lib/lime.ndll’ (no such file), ‘/System/Volumes/Preboot/Cryptexes/OS/usr/local/lib/lime.ndll’ (no such file), ‘/usr/lib/lime.ndll’ (no such file, not in dyld cache), ‘lime.ndll’ (no such file))

Sorry for posting very soon and not checking the other posts first.

I am good now and have everything working now.

What I did to get it working:

I have Macbook Pro 2020 with M1 Chip.

I was having issues with Lime,

I deleted all the previous versions of Haxe and all the other addons first.

Then Installed again Haxe Version 4.3.4 and not the latest one.
Then Installed Lime version 8.1.2 and not the latest one.
I did not have to use “-eval”,
rest all was same as described on website.

1 Like