Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS build failure; /bin/sh No such file or directory

I was working on my application and then out of no where, I get this build error and can't figure out why it won't go away. Obviously it thinks I am missing a script of some sort. Anybody else know why? I am using Xcode 4.5.1.

/bin/sh: /Users/JonErickson/Library/Developer/Xcode/DerivedData/FireCom-cygbnsedlgybvdewalvvmzqeehlc/Build/Intermediates/FireCom.build/Debug-iphonesimulator/FireCom.build/Script-C8CC6BE415FAAB4C001BB67E.sh: (null): bad interpreter: No such file or directory

like image 765
Jon Erickson Avatar asked Oct 04 '12 18:10

Jon Erickson


1 Answers

Check for a potentially corrupt "run script" phase in your project's "build phases".

It should look something like this:

Build Phase

like image 72
Michael Dautermann Avatar answered Oct 07 '22 17:10

Michael Dautermann