I opened my old project in Xcode 7.1 and I encountered an error.
ld: framework not found LibXL
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I had the framework
LibXLin the project folder.Always search user pathis set toYES. //Tried withNOFramework Search Pathis set to the framework path$(PROJECT_DIR)which is/Users/Mr.T/Desktop/Project. //Tried withrecursiveandnon-recursiveMore information:
I am not sure about the run path search path, and what value it should contain!!!




Go to
Build Settingsand add$(PROJECT_DIR)non-recursive toFramework Search PathsThere is no need to change
Runpath Search Paths