iPhone - OpenCV Libraries Built for armv7

五迷三道 提交于 2019-12-11 05:06:44

问题


I've been working with the precompiled OpenCV libraries available at eosgarden since last summer. When trying to submit our app to the app store, we noticed that if the deployment target is set to iOS 5 you are required to support the armv7 architecture. We can only support devices running iOS 5, but our app is built for armv6 because the version of OpenCV we originally downloaded was also built for armv6 (and still is).

My question is, does anyone know of an update to this library from eosgarden that is built for armv7? Is there a way to recompile these libraries?

This is my build errors:
ld: warning: ignoring file /Users/jinser/Desktop/TAapp/TAMenuApp/OpenCV/lib/iPhoneOS/lib/libcv.a, file was built for archive which is not the architecture being linked (armv7)

I get the same thing for libcxcore.a, libcvaux.a, libml.a, libhighgui.a.

Thanks for the help.


回答1:


I replaced my eosgarden implementation with this nice easy framework.

http://aptogo.co.uk/2011/09/opencv-framework-for-ios/

Thank you Robin Summerhill and Aptogo.



来源:https://stackoverflow.com/questions/9539617/iphone-opencv-libraries-built-for-armv7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!