Posts Tagged ‘error’

Codesign failed with exit code 1

Thursday, March 26th, 2009

While building the final 1.0 product of Be Tv, I encountered the following error: “Command /usr/bin/codesign failed with exit code 1″. Searching the internet resulted in some posts with tips like check your certificates & provisioning profiles, check your app id for typos, .. After going through the whole distribution process, I was pretty sure that the aforementioned things were ok.

Eventually I found what caused the error, I had flagged the Info.plist file as Target, thinking it was necessary. (The checkbox at the far right) Unchecking it (which is the default state) solved it. When faced with the dreadful codesign error, here’s something extra you can check.