Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I use xcodebuild command to build the binary file, but I couldn't modify the file name of the binary file. I want to change the "Product Name" inorder to change the filename of my binary file. The attached image shows the "Product Name" in Xcode where I need to change the name inorder to generate the file name I want.

enter image description here

Please help!. Thanks guys.

share|improve this question
2  
To change the name of a binary file in shell would be just mv old_name new_name – fedorqui Feb 25 at 11:38

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.