Hello. After following the installation instructions (found at
https://github.com/twotoasters/RestKit/tree/0.9) for Xcode 4.x (Git
Submodule), I run into this build error:
Scripts/Protect.command: line 3:
: command not found
Scripts/Protect.command: line 6:
: command not found
Scripts/Protect.command: line 16: syntax error: unexpected end of file
Command /bin/sh failed with exit code 2
The problem happens consistently on my machine (MacBookPro3,1, 2.4,
4GB, 10.6.7 running Xcode 4.0.1), but not on another machine
(MacBook3,2 Air, 2.13 GHz, 4GB, 10.6.7 running Xcode 4.0). If the same
setup instructions are followed using the other machine there are no
errors, and everything runs great. In fact, all of the test projects
we've created work just fine on my machine if they were first created
on the other.
A test project that I created on my machine can be found here:
https://github.com/jasonhawkins/SuperAwesomeApp
We've tried going over each installation step carefully to make sure
we aren't just making a simple mistake, but the problem persists.
Any help would be greatly appreciated. Thanks.
Jason