Ask Your Question

scotchfaster's profile - activity

2013-01-28 11:44:27 -0600 commented question Building MacOS X Framework

+1

I've followed these steps, and all worked fine: mkdir build cd build cmake -G "Unix Makefiles" .. make -j8 sudo make install

But what I really want is a universal OpenCV.framework, and I don't see how to get that. If I open up the FaceTracker.xcodeproj from samples/MacOSX I get the "missing base SDK" error and can't run it. The README.txt file says to use the 'make_frameworks.sh' script, but that's apparently been removed.

I'm completely stumped here. Please help.