命令/ usr / bin / codesign失败,退出代码为1

时间:2011-09-18 17:55:41

标签: iphone ios xcode build code-signing

当我构建项目时,我收到此错误:

  

CodeSign“build / Debug-iphoneos / MyApp.app”   cd / Users / crackers / Desktop / MyApp / MyApp   setenv PATH“/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin”   setenv _CODESIGN_ALLOCATE_ /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/codesign_allocate   / usr / bin / codesign -f -s“iPhone开发人员:xxxxxxx xxxxxxxx(D492H27WDR)”“ - resources-rules = / Users / crackers / Desktop / MyApp / MyApp / build / Debug-iphoneos / MyApp.app / ResourceRules。 plist“--entitlements”/Users/crackers/Desktop/MyApp/MyApp/build/MyApp.build/Debug-iphoneos/MyApp.build/MyApp.xcent“”/ Users / crackers / Desktop / MyApp / MyApp / build / Debug -iphoneos / MyApp.app“

     

/Users/crackers/Desktop/MyApp/MyApp/build/Debug-iphoneos/MyApp.app:目标文件格式无效或不适合   命令/ usr / bin / codesign失败,退出代码为1

我的mac中安装了Xcode3.x和Xcode4.x(iOS5 beta)。 几周以前一切都很好。所有证书都运行良好。 所有证书都处于良好状态。

我已将Xcode(s)文件移至新目录。之后我收到了这个错误。

1 个答案:

答案 0 :(得分:1)

如果您将Xcode文件移动到新目录并且在执行此操作后出现此错误,那么显然您应该在正确的Developer位置重新安装Xcode,这是默认设置。我运行iOS 5 Beta Xcode,它在正确的目录中工作正常。首先按照以下网络教程完全卸载Xcode:http://macdevelopertips.com/xcode/how-to-uninstall-xcode.html

然后在适当的地方重新安装Xcode,让我知道这是否有效。恕我直言,它应该工作。