opencv2/opencv.hpp file not found in Xcode

前端 未结 9 2048
悲哀的现实
悲哀的现实 2020-12-30 10:14

I have built openCV to get opencv2.framework. I added this to my xcode iOS project by going to \"build phases->Link Binary With Libraries\", then tried to include \"opencv2

9条回答
  •  情话喂你
    2020-12-30 10:46

    I solve the problem by adding to the FRAMEWORK_SEARCH_PATHS the absolute path were I had the framework I needed to use:

    You should use your own path obviously. ;-)

提交回复
热议问题