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

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -