Ask Your Question

era's profile - activity

2016-11-24 05:17:24 -0600 answered a question Framework Not Found — OpenCV

If the framework is outside your project folder you'll have to add

$(PROJECT_DIR)/../path/to/framework/folder

to the Framework Search Paths build setting.

2016-10-05 07:09:24 -0600 received badge  Editor (source)
2016-10-05 06:48:19 -0600 asked a question Generate universal static library for iOS

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?