How to use opencv2.framework in ios correctly
NickName:RiTianRan Ask DateTime:2016-04-03T00:09:51

How to use opencv2.framework in ios correctly

I have tried many times to use opencv in my ios project, but it just failed. After I download the framework from the website, I load the framework to my xcode project, and then it just shows the following problem, I really don't know why and have been mad about it.
enter image description here

Copyright Notice:Content Author:「RiTianRan」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/36375604/how-to-use-opencv2-framework-in-ios-correctly

More about “How to use opencv2.framework in ios correctly” related questions

Image morphing by integrating OpenCV2.framework in iOS

I am new to iOS and I am planning to work on my first app in which I have to morph one image into another smoothly. I have downloaded OpenCv2.framework and I am planning to integrate into my code. ...

Show Detail

ios opencv2.framework is quite strange

I am new to Xcode for ios. I encountered a very strange issue. My Xcode is 7 under MacOS EI. and I download the opencv samples for ios https://github.com/Itseez/opencv_for_ios_book_samples And af...

Show Detail

gitignore not ignoring opencv2.framework

I am trying to make git ignore the opencv2.framework I have imported into my project. However, even though I am adding opencv2.framework into my .gitignore, every time I run git status on my termin...

Show Detail

Getting issue on terminal command while creating opencv2.framework

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. ...

Show Detail

How to use opencv2.framework in ios correctly

I have tried many times to use opencv in my ios project, but it just failed. After I download the framework from the website, I load the framework to my xcode project, and then it just shows the

Show Detail

How to use OpenCV in iOS?

I want to use OpenCV framework in my project. But while building opencv from source , i am getting errors. I am using this link to install opencv I am getting this error in terminal of which i am

Show Detail

iOS - Building a static framework with other framework dependencies

I am building an iOS static framework (MyFramework.framework) using the method described here. However, methods in MyFramework.framework are also dependent on the OpenCV framework for iOS (opencv2.

Show Detail

opencv2.framework/opencv2(surf.o) duplicate symbols for architecture armv7

I am integrating opencv2.framework with my project. I did the following steps for completion. Added opencv2.framework to "Linked Frameworks and Libraries" Added libc++.dylib to "Linked Frameworks ...

Show Detail

cap_ios.h is not found

apparently, I have download the opencv2.framework from http://sourceforge.net/projects/opencvlibrary/files/opencv-ios/ but after I've download the example project from GSOC 2012 the facedetectvideo

Show Detail

How to use openCV in iOS? I just can't import the framework correctly

How can I add opencv2 correctly to Xcode? I just download from the website the opencv2.framework.zip, and then I unzip the opencv2 ,finally appears opencv2.framework. and then I build an xcode p...

Show Detail