I have been trying to install openCV for iOS but badly stuck. I downloaded opencv, wrote these lines in terminal
cd /
sudo ln -s /Applications/Xcode.app/Contents/Developer Developer
Then installed cmake and wrote this in terminal cd ~/<my_working_directory> python opencv/platforms/ios/build_framework.py ios
The initials tests all failed in the terminal displaying
-- The CXX compiler identification is Clang 5.0.0 -- The C compiler identification is Clang 5.0.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - failed -- Detecting C compiler ABI info -- Detecting C compiler ABI info - failed
but in the end it said that its configured. Now the opencv2.framework file is basically empty. When I add the framework to xcode project, it give linker error stating: linker command failed with exit code 1 (use -v to see invocation)
ld: framework not found opencv2
Please help, i am super stuck