ytsutano / axmldec

Stand-alone binary AndroidManifest.xml decoder
ISC License
211 stars 32 forks source link

dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicudata.69.dylib #10

Open jakerieger opened 2 years ago

jakerieger commented 2 years ago
dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicudata.69.dylib
  Referenced from: /usr/local/opt/boost/lib/libboost_locale-mt.dylib
  Reason: image not found
[1]    22324 abort      axmldec

Got this error trying to run it on macOS. Seems like it needs libicudata but it's not able to load it?

jakerieger commented 2 years ago

Just checked the directory /usr/local/opt/icu4c/lib and there is libicudata.70.dylib but no version 69.