When I first started using Xcode, I didn't like the default project files location. Instead, I made a folder in my user directory instead.
Now, I think that is a mistake, since I now link to libraries in my user folder. If I share code with someone, it breaks (since my user folder isn't located on their machines).
What's the best practice for:
- The location to keep my project folders
- The location to keep 3rd party/open source libraries and frameworks
Also what is the rationale for these practices?
Thanks.