Code signing in Xcode?!?!

I am trying to make an app, [i have barely gotten started], but everytime i go to run the thing, it gives me this wacky error: "Command /usr/bin/codesign failed with exit code 1"....?!?!?! What does this mean, and how can i fix it??

Thanks.

It means that the code signing machinery failed for some reason. To learn more, view the build transcript (choose View > Navigators > Show Report Navigator, select the build on the left, then select the error in the middle and choose Editor > Expand Selected Transcripts).

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

WWDC runs Mon, 5 Jun through to Fri, 9 Jun. During that time all of DTS will be at the conference, helping folks out face-to-face. http://developer.apple.com/wwdc/

Code signing in Xcode?!?!
 
 
Q