Command /usr/bin/ codesign failed with exit code 1

Posted by sarmenhba on Stack Overflow See other posts from Stack Overflow or by sarmenhba
Published on 2010-03-22T06:40:25Z Indexed on 2010/03/22 6:41 UTC
Read the original article Hit count: 1175

Filed under:
|
|
|

i was playing with the keychain certificates i wanted to remove them all and do it all again so that i learn how to do it. i have a simple app it worked perfectly before i started playing with the certificates so the code is fine. when i tried to compile my app to sent it to my iphone device it would give the error you see in the title. i looked at the log and here is what i see:

Build Untitled of project Untitled with configuration Debug

CodeSign build/Debug-iphoneos/Untitled.app
cd /Users/sarmenhb/Desktop/myapp/Untitled
setenv IGNORE_CODESIGN_ALLOCATE_RADAR_7181968 /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/codesign_allocate
setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/usr/bin/codesign -f -s "iPhone Developer: sarm bo (2ZDTN5FTAL)" --resource-rules=/Users/sarmenhb/Desktop/myapp/Untitled/build/Debug-iphoneos/Untitled.app/ResourceRules.plist --entitlements /Users/sarmenhb/Desktop/myapp/Untitled/build/Untitled.build/Debug-iphoneos/Untitled.build/Untitled.xcent /Users/sarmenhb/Desktop/myapp/Untitled/build/Debug-iphoneos/Untitled.app

iPhone Developer: sarm bo (2ZDTN5FTAL): no identity found
Command /usr/bin/codesign failed with exit code 1

how do i fix this?

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about iphone