Swift Framework with OpenCV Dynamic Framework, Library not loaded
问题 Im current working on creating a iOS Swift Framework that uses OpenCV. For good practice we don't want to compile OpenCV into our end framework as this can cause collisions and issues for the framework user. We figured out that the opencv2.framework we were downloading/using was a static library, so we worked out how to create a dynamic version of the OpenCV Framework from source (https://github.com/opencv/opencv/tree/3.4) The sources we used to build OpenCV as a Dynamic framework. https:/