Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am having "Shell script invocation error : Command /bin/sh failed with exit code 127" error when I try to archive my project. I was able to build normally without shell script error, if I checked "Run script only when installing" in build phases. Archiving has become an issue with or without the check in build phases. Getting this error constantly.

share|improve this question

1 Answer 1

Click on the little button to the right of the error to expand the log. There should be more details as to what the problem is there.

enter image description hereenter image description here

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.