opencv/ios
2012-06-28 15:13:57 +00:00
..
cmake
build_framework.py merged iOS framework from the trunk 2012-06-28 15:13:57 +00:00
configure-device_xcode.sh
configure-simulator_xcode.sh
Info.plist.in merged iOS framework from the trunk 2012-06-28 15:13:57 +00:00
readme.txt

Assuming that your build directory is on the same level that opencv source,
From the build directory run
  ../opencv/ios/configure-device_xcode.sh
or
  ../opencv/ios/configure-simulator_xcode.sh

Then from the same folder invoke

xcodebuild -sdk iphoneos -configuration Release -target ALL_BUILD
xcodebuild -sdk iphoneos -configuration Release -target install install

or

xcodebuild -sdk iphonesimulator -configuration Release -target ALL_BUILD
xcodebuild -sdk iphonesimulator -configuration Release -target install install