Ask Your Question

wmaiouiru's profile - activity

2016-02-23 03:53:08 -0600 received badge  Popular Question (source)
2015-12-15 04:54:55 -0600 received badge  Student (source)
2013-01-23 23:36:40 -0600 asked a question ios framework not found opencv2

I included the latest opencv2 framework from the following url: http://sourceforge.net/projects/opencvlibrary/files/opencv-ios/2.4.3/opencv2.framework.zip/download and followed the Hello world instruction: http://docs.opencv.org/doc/tutorials/ios/hello/hello.html#opencvioshelloworld

However, I am getting the following error when I try to deploy to my iPhone 5

ld: framework not found opencv2 clang: error: linker command failed with exit code 1 (use -v to see invocation)

I am using iOS SDK6.0, OSX 10.8.2, Xcode 4.5.2 Thank you for your help.