Getting issue on terminal command while creating opencv2.framework

丶灬走出姿态 提交于 2019-12-10 11:58:08

问题


I was facing some issues with opencv2.framework in iOS related to bitcode. While searching on the internet, I found this post regarding creating the opencv2.framework with bitcode support enabled.

First 3 steps run successfully but on 4th step, i am facing some issue. I dont know whether these are issues regarding to python or something else. Kindly help me. Here are the logs.


回答1:


I get the same issue. My solution is that:

  1. Check cmake has been installed. If not, use home brew to install cmake: brew install cmake.

  2. Then run python ../bulid_framework.py <your_save_dic>

Good luck.



来源:https://stackoverflow.com/questions/41465600/getting-issue-on-terminal-command-while-creating-opencv2-framework

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!