I developed a very simple application, using openCV for iOS. It worked fine until I decided to use that code in another project. The new project shows this armv7
error and I can't see where the problem is (please, see the last image).
I created a static lib file with my working code, which has the following architecture info:
Then I compiled it into a *.a
file and added the dyOpenCv.a
and the DyOpenCV.h
files to my main project, which has the following architecture configuration:
But when I try to use the method within the header file DyOpenCV.h
I get the following errors:
Any ideas of what may be wrong?