Hi.
I always get image not found
when running oF including ofxTurboJpeg as an addon.
The following is the message I get.
dyld: Library not loaded: /opt/libjpeg-turbo/lib/libturbojpeg.0.2.0.dylib
Referenced from: /Users/@whoami/Desktop/of_v0.10.1_osx_release/apps/myApps/@appname/bin/@appnameDebug.app/Contents/MacOS/@appnameDebug
Reason: image not found
(lldb)
I end up on the screen where it says 0__abort_with_payload
, saying it’s Thread 1: signal SIGABRT
on line 5.
I have downloaded the newest version of ofxTurboJpeg from https://github.com/armadillu/ofxTurboJpeg and put inside the addons folder.
Any suggestions will be appreciated. Thanks.