i have followed following step to install opencv in my mac. But i am getting build Failed message.
What is the solution for this ?
==================================
1) Create a New Folder OpenCV in desktop.//Working Directory.//
2) In Terminal
cd /Users/administrator/Desktop/OpenCV
3)In Terminal
git clone https://github.com/Itseez/opencv.git
Now you have the Cutting-edge OpenCV from Git Repository
4) Now install CMake software
http://www.cmake.org/files/v2.8/cmake-2.8.11-Darwin64-universal.dmg
5) In Terminal
cd /
6)In Terminal
sudo ln -s /Applications/Xcode.app/Contents/Developer Developer
7)Again open your working directory
cd /Users/administrator/Desktop/OpenCV
8)In Terminal
python opencv/ios/build_framework.py ios
//**** BUILD FAILED ******//
* BUILD FAILED *
The following build commands failed: Libtool /Users/administrator/Desktop/OpenCV/ios/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 128, 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 120, in build_framework put_framework_together(srcroot, dstroot) File "opencv/ios/build_framework.py", line 88, 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 names = os.listdir(src) OSError: [Errno 2] No such file or directory: '../build/iPhoneOS-armv7/install/include/opencv2' administrators-iMac-2:OpenCV administrator$