I am working on an app with a friend.
We use git (private) as versioning system. The problem we face is that Xcode (5.1 DP2) gives this warning: "Apple Mach-O Linker Warning - Directory not found for ..."

The reason for this warning is that Xcode cannot find the path from my friend on my hard drive.
So my question is how to handle different absolute paths for the "Library Search Path" in Xcode in general when working with a team?