I am trying to use OpenCv 2.3.1 in my iOS project. But it is conflicting with the iOS MapKit. It's says:
/iPhoneOS5.0.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKGeometry.h:135: error: 'isinf' was not declared in this scope
The function 'isinf' seems to be implemented in the MapKit as well as in the OpenCv library. If i delete all references to the MapKit, OpenCv is working in my iOS project. But i need both? What can i do?
For including OpenCv in my iOS project i followed this tutorial: http://aptogo.co.uk/2011/09/opencv-framework-for-ios/