Version 3.2.0 has Linker errors with Xcode 8, but 3.1 is fine

asked 2017-07-19 20:57:51 -0600

eschos24 gravatar image

updated 2017-07-20 12:04:04 -0600

I am trying to install OpenCV to use in an iOS app, but am having issues with the most recent release. If I just download the library and drop it in, it works fine, but I want to use Cocoapods to manage it. If I use version 3.1 (it does 3.1.0.1 technically) using cocoapods, it works fine, but obviously I would like to use the most recent available version. When I use 3.2.0, it gives me a bunch of linker errors.

I cannot find any files that are missing in target > build phases > link binary with libraries. For further clarification, I am using Xcode 8.3.3 and trying to build on an iPhone 6S+ running iOS 10.2. Thanks!

Here is a screenshot just to show the specific error message: image description

edit retag flag offensive close merge delete