I have my iOS project where I included opencv2
iOS project.
When I tried to compile for iPhone 64bit (iPhone 5s) I had some linker errors.
Now I included into my project this version of opencv2 library as done in this project
iPhone OCR Tesseract and OpenCV
and I setted
$(ARCHS_STANDARD_32_BIT)
as Architectures
Is correct this way to solve my problem?