I am creating an application that already uses the iOS OpenCV 2 framework to do some image processing. When I add the Card.io iOS SDK, I get a download of build errors that look like collisions with my own OpenCV implementation. If I remove the original OpenCV infrastructure, the application builds fine, but none of the image processing codes work.
Any thoughts on how I can get this building and work?

source
share