Here is the error i got after having replace the framework for ios6 👍
Undefined symbols for architecture armv7:
"cv::merge(std::vector<cv::Mat, std::allocatorcv::Mat > const&, cv::_OutputArray const&)", referenced from:
-[GrabcutVC startGrabcut] in GrabcutVC.o
"cv::split(cv::Mat const&, std::vector<cv::Mat, std::allocatorcv::Mat >&)", referenced from:
-[GrabcutVC startGrabcut] in GrabcutVC.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Any idea ?
Here is the error i got after having replace the framework for ios6 👍
Undefined symbols for architecture armv7:
"cv::merge(std::vector<cv::Mat, std::allocatorcv::Mat > const&, cv::_OutputArray const&)", referenced from:
-[GrabcutVC startGrabcut] in GrabcutVC.o
"cv::split(cv::Mat const&, std::vector<cv::Mat, std::allocatorcv::Mat >&)", referenced from:
-[GrabcutVC startGrabcut] in GrabcutVC.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Any idea ?