I am using a workspace where I have a main app project and then a static library project which is used by the main app. I want static library project to spit out libX.a into
If you want to change build path of your project you can change using following steps.
1) Choose Xcode > Preferences, and click Locations.
2) Click the Advanced button for the Derived Data setting.
3) Select a build location from the available options, and click Done.
ex. if you choose 'Custom' from Build Location option your build will be generate at '/Users/XYZ/Desktop/Build/Products' Location