node-images icon indicating copy to clipboard operation
node-images copied to clipboard

dyld[25779]: missing symbol called

Open lidisheng opened this issue 2 years ago • 5 comments

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

version:3.4.1

lidisheng avatar Mar 22 '22 12:03 lidisheng

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

lidisheng avatar Apr 01 '22 06:04 lidisheng

node版本为16时可以运行

1pbSolidDrives avatar Jul 15 '22 10:07 1pbSolidDrives

image

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

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

oxUnd avatar Jul 29 '22 02:07 oxUnd

我也出现同样的问题了。

dyld[34477]: missing symbol called

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

SunilWang avatar Feb 17 '23 07:02 SunilWang

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.

JardelCheung avatar Mar 31 '23 07:03 JardelCheung