I've been trying to instal a few apps that I've been developing to my handset. A few of these apps now give me this infamous error
Command /bin/sh failed with exit code 1
This error ONLY happens when trying to install the app to a physical device, everything works perfectly on the simulator. I've googled a solution to this problem and nothing really helps, a lot of people suggest only running shell scripts at launch. This fix doesn't work for me as it still won't install on the phone and then breaks the simulator version of the app.
I've tried clearing the temp files in derived data and that makes no difference.
I've also checked the signing off the app. I'm using both my personal account and a paid account so signing should not be an issue.
Anyone have any suggestions? its really starting to bug me now!