Generate universal static library for iOS

asked 2016-10-05 06:43:59 -0600

era gravatar image

updated 2016-10-05 07:09:24 -0600

The build script in platforms/ios/build_framework.py seems to have no option to generate a static library instead of a framework. I want to embed OpenCV in another framework target, without requiring the app using it to explicitly link OpenCV again.

Can this be done without manually modifying the build script? If not how can I build a static library?

edit retag flag offensive close merge delete