I am building a project with a library. The version I am making is the debug version. The library builds itself into the following directory:
LibraryPath/build/Debug-iphoneos
When I am linking my main project, I get the following warning:
Directory 'LibraryPath/build/Debug-iphonesimulator' following -L not found
Xcode finds everything, and the build works just fine, but the warning is annoying. How can I get rid of it?