donn / nudelta

Open source NuPhy Console alternative
GNU General Public License v3.0
504 stars 22 forks source link

icu4c dylib not found #30

Closed johnnyhoichuen closed 1 year ago

johnnyhoichuen commented 1 year ago

I was running yarn command and it gave me the following errors:

dyld[20859]: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.64.dylib
  Referenced from: /usr/local/Cellar/node/12.12.0/bin/node
  Reason: tried: '/usr/local/opt/icu4c/lib/libicui18n.64.dylib' (no such file), 
'/usr/local/lib/libicui18n.64.dylib' (no such file), 
'/usr/lib/libicui18n.64.dylib' (no such file), 
'/usr/local/Cellar/icu4c/72.1/lib/libicui18n.64.dylib' (no such file), 
'/usr/local/lib/libicui18n.64.dylib' (no such file), '
/usr/lib/libicui18n.64.dylib' (no such file)
[1]    20859 abort      yarn

I then tried arch -arm64 install icu4c and arch -x86_64 install icu4c but still no luck.

Currently using macbook air M2 with OS version 12.4

donn commented 1 year ago

Hi Johnny- I can't support native Apple Silicon builds of Nudelta for the simple fact that I do not have an M1 Mac. Is there any reason you're not using the x86-64 app with Rosetta?

donn commented 1 year ago

Staled out.