opencv - dylib missing on iOS application -
i trying port program made using opencv 2.4 (not 3) osx ios 7 (not 8, or 9)
i followed tutorial, worked until complained of jpeg linking errors, pasted errors on google, , found on issue tracker solution, , link jpeg library, downloaded it, did steps correctly, , compiles , runs, crashes on startup , complains following error:
dyld: library not loaded: /opt/libjpeg-turbo/lib/libjpeg.62.dylib reason: image not found i have no idea how fix it
go project -> target -> general -> linked frameworks , libraries , try changing status of libjpeg.a library linked "optional" instead of "required".
i having same exact issue , changing status fixed crash me. not sure why.
Comments
Post a Comment