Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to compile OpenCV for iOS7 (arm64)

Compiling Xcode Project fails with following errors: 'missing required architecture arm64 in file /Users/*/Git/ocr/opencv2.framework/opencv2'

It works well, if i change Architectures(under Build Settings) to (armv7, armv7s) instead of (armv7, armv7s).

How to change the opencv python build script, to add arm64 support to opencv2.framework?