I am using opencv2 framework in iOS . i have build the opnecv framework using terminal and got opencv2.framework in my directory. now from Xcode i am adding the framework using addonther framework in Xcode . and framework added like this

and
in project navigation
and this is my search path
ld: framework not found opencv2
ld: framework not found opencv2 clang: error: linker command failed with exit code 1 (use -v to see invocation)
what is issue here . what is missing i am unable to find

