Ask Your Question

Peter Schaeffer's profile - activity

2013-12-02 12:56:29 -0600 received badge  Supporter (source)
2013-11-19 05:02:23 -0600 answered a question trouble launching app with opencv 2.4.7 on IOS

Hello, I had the same issue, the only way I found to solve it is by rebuilding the framework using the build_framework.py script and adding the minimum target to iOS 6.0 as explained here : http://stackoverflow.com/a/19698826

I think this is an issue with the last Xcode version (5.0.2) because even prebuilt openCV 2.4.6 that was working with Xcode 5.0 and ios6 now leads to the same error.

Hope all goes well !