I am creating a project with a library. The version I'm doing is a debug version. The library is built in the following directory:
LibraryPath / builds / Debug-iphoneos
When I link my main project, I get the following warning:
LibraryPath / build / Debug-iphonesimulator directory not found after -L
Xcode finds everything and the build works fine, but the warning is annoying. How can I get rid of it?
source
share