Skip to content

"command bin sh failed with exit code 2"

blakewatters edited this page Dec 8, 2011 · 1 revision

Xcode may fail to execute the shell scripts at the end of the RestKit build process if Git is configured to use core.autocrlf. The script files in the repository have Unix line endings and will be mangled if autocrlf is enabled. If you run into this issue, reconfigured git to use core.autocrlf=input.