问题
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:
Check cmake has been installed. If not, use home brew to install cmake:
brew install cmake.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