All you need is to generate XCode project for OpenCV project using cmake or cmake gui tool.
Remember to set option to generate XCode project instead of the default option to use CMakeFiles.
Open generated project, change the base SDK to iPhone SDK, and hit build!
Since OpenCV does not support iOS at now (but they has announced iPhone support in version 2.2), highgui library won't compile. So if you need camera access you have to write it yourself.
Anyway, other libraries should compile and work on the device. (Works for me).
Good luck!
Here is detaled step-by-step guide how to compile and use OpenCV for iOS:
http://computer-vision-talks.com/2010/12/building-opencv-for-ios
Also there is a ready-to-use XCode project sample with precompiled OpenCV 2.3 library:
http://computer-vision-talks.com/2011/08/a-complete-ios-opencv-sample-project
And finally list of common problems that user experience while using OpenCV on iOS:
http://computer-vision-talks.com/2011/04/opencv-ios-faq