Error dyld: Library not loaded
See original GitHub issueI randomly have this issue when trying to optimize pngs
Error: dyld: Library not loaded: /usr/local/opt/libpng/lib/libpng16.16.dylib
I’m almost sure that is not due to your implementation but because of the libpng
library, but do you know why this happening ( not in all machines ) ?
Thanks in advance!
cheers! 😃
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
macos - dyld: Library not loaded ... Reason: Image not found
Go to Build Phases; Hit the '+' button at the top and select "New Copy File Phase"; Select Destination as Frameworks and Hit...
Read more >How to Fix 'Dyld: Library not Loaded' Error on MacOS - Appuals
How to Fix 'Dyld: Library not Loaded' Error on MacOS ; Navigate to the “/usr/lib” folder. Press the “Command” + “Space” simultaneously. Type...
Read more >dyld: Library not loaded. Image n… | Apple Developer Forums
Reason: image not found. So frustrated.... And yes I have tried embedded binaries, copy files, etc. Works fine on simulator, but this error...
Read more >DYLD Library is Not Loaded on Mac - A Guide to Fix It | Nektony
It happens very rarely; however, even with a reliable macOS system, you can face an unexpected error when the DYLD library is not...
Read more >Dyld Library Not Loaded: A Bundle of Solutions Disclosed
Dyld library not loaded error indicates an incorrectly placed or missing library. Click here to read more about the problem and sort it...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’m not sure. pngquant might rely on the OS’s package manager to install libpng, or the compile with node-gyp might have failed (normally more of a problem on windows than other platforms, but it might still happen to them sometimes).
But why
libpng
is not installed when I installimagemin-webpack-plugin
since it has pngquant as an option?