I use the OpenCV library in my Mac creation programs and compile them using Terminal and make files. It is so simple to install opencv using macports and create a shared makefile to create your project.
I want to use this library with Xcode to create an application for my mac and I think creating an OpenCV structure is the best way.
I read this post to compile it using Xcode, but I donβt know how to continue creating the framework. link
Thank you in advance
source share