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?
Use the SRCROOT
build setting. For example, add the following to Library Search Paths:
$(SRCROOT)/Libraries/MyLibrary
Full docs on Xcode build settings are here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With