I am trying to use ldid on Xcode 5.0.2 so that I can submit an app to Cydia. However I keep getting this error:
/bin/sh: /Users/Brassfield/Library/Developer/Xcode/DerivedData/AirHomeVideo-ghxxiyltjhdzmfeibisruvulonjp/Build/Intermediates/AirHomeVideo.build/Debug-iphoneos/AirHomeVideo.build/Script-483D888818903E450087B2EA.sh: /usr/bin/ldid: bad interpreter: No such file or directory
I am using what thebigboss.org website has for doing this.
ldid for osx is here. You can do this on osx machine or add it as a build step in xcode:
* Under targets, your project, right click and select Add, new build phase, New run script build phase.
* Type in /usr/bin/ldid -S FULLPATH_TO_YOUR_BINARY
What am I doing wrong? I have Xcode set to NOT require code signing, and just need to use ldid to sign the code to get in Cydia.