OpenCV and CardIO conflict in iOS
Please, help me! I have both OpenCV and CardIO frameworks in one project. Without CardIO it's work great, but with CardIO i receive follow error: EXC_BAD_ACCESS in cv::cvtColor function.
What are the ways to solve this problem?
Can I build a CardIO with the included dynamic OpenCV framework in order not to connect the OpenCV separately?