我正在尝试使用OpenCV为iOS构建用于面部识别的stasm。
我正在做的步骤是:
[ 44%] Building CXX object CMakeFiles/minimal.dir/apps/minimal.cpp.o Linking CXX executable minimal ld: warning: directory not found for option '-L/Release' ld: framework not found CoreImage clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [minimal] Error 1 make[1]: *** [CMakeFiles/minimal.dir/all] Error 2 make: *** [all] Error 2
我做错了什么?而且,这是为iOS构建它的方式吗?
感谢。
答案 0 :(得分:0)
您会在CoreImage.framework
中找到QuartzCore.framework
,只需将其导入
Library/Frameworks/QuartzCore.framework