zhangyuanwei / node-images

Cross-platform image decoder(png/jpeg/gif) and encoder(png/jpeg) for Nodejs
https://npmjs.org/package/images
MIT License
1.55k stars 204 forks source link

dyld[25779]: missing symbol called #247

Open lidisheng opened 2 years ago

lidisheng commented 2 years ago

code: img = images(filename) error: dyld[25779]: missing symbol called

version:3.4.1

lidisheng commented 2 years ago
image

定位到出错的位置在这里,求大神告知接下来咋定位

1pbSolidDrives commented 2 years ago

node版本为16时可以运行

oxUnd commented 2 years ago
image

定位到出错的位置在这里,求大神告知接下来咋定位

如果是 png 的图片,那你就看 png.cc 这个文件的 decoder 相关代码即可;

SunilWang commented 1 year ago

我也出现同样的问题了。

dyld[34477]: missing symbol called

系统版本:mac Apple M1 Max 13.2.1 Node版本:v14.18.2 images版本:3.2.3

JardelCheung commented 1 year ago

os : mac mini x86 node version :v 8 images version: 3.2.4

dyld[xx]: missing symbol called

when change images version to 3.2.3 to fixed this issue.