Ask Your Question

TUNER88's profile - activity

2013-11-14 17:49:57 -0600 received badge  Student (source)
2013-09-24 05:00:55 -0600 asked a question 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?