简体   繁体   中英

OpenCV iOS and 64bit architecture

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?

If it still helps the 25th April 2014 version of OpenCV (2.4.9) includes the 64-bit libraries. If you grab it then you should be able to build with no problems on the iPhone 5s.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM