0
我試圖在Xcode中使用OpenCV。我已經使用Homebrew安裝了OpenCV 2.4.12。相關文件位於/usr/local/Cellar/opencv
。什麼是.framework文件,我怎麼才能得到它?
在documentation我被指示將「opencv2.framework」作爲二進制庫添加到我的項目中。我的opencv
目錄中的任何地方都沒有opencv2.framework
文件。
我必須製作.framework
文件嗎?
http://docs.opencv.org/2.4/doc/tutorials/introduction/ios_install/ios_install.html – matt