I am trying to start learning OpenCV, but I canβt even create a structure.
I use this command as instructed
python opencv/ios/build_framework.py ios
But I get the following error:
** BUILD FAILED **
The following build commands failed: Libtool /Users/myName/Documents/Apps/Frameworks/ios2/build/iPhoneSimulator-i386/modules/world/UninstalledProducts/libopencv_world.a normal i386 (1 failure) Traceback (most recent call last): File "opencv/ios/build_framework.py", line 129, in <module> build_framework(os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]), "..")), os.path.abspath(sys.argv[1])) File "opencv/ios/build_framework.py", line 121, in build_framework put_framework_together(srcroot, dstroot) File "opencv/ios/build_framework.py", line 89, in put_framework_together shutil.copytree(tdir0 + "/install/include/opencv2", dstdir + "/Headers") File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 168, in copytree OSError: [Errno 2] No such file or directory: '../build/iPhoneOS-armv7/install/include/opencv2'
I do not know what to do! Please, help
source share