如果用户取消操作时如何修复CodeSign? (我没有)

时间:2010-06-11 16:04:58

标签: iphone ios xcode codesign

我正在编译一个名为Distributed的iPhone应用程序。这是我的第一个应用程序,所以我按照“iPhone配置文件”说明进行操作。不幸的是,它失败了:

CodeSign build/*_*_.app
cd "/Users/videojuegos/Documents/*_*_"
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 Distribution: ******" "--resource-rules=/Users/videojuegos/Documents/*_*_/build/*_*_.app/ResourceRules.plist" --entitlements "/Users/videojuegos/Documents/*_*_/build/Unity-iPhone.build/Distribution-iphoneos/Unity-iPhone.build/*_*_.xcent" "/Users/videojuegos/Documents/*_*_/build/*_*_.app"

/Users/videojuegos/Documents/*_*_/build/*_*_.app: The operation was cancelled by the user.
Command /usr/bin/codesign failed with exit code 1

我认为Keychain不允许Codeign工作,但据我所知,情况并非如此。

我还尝试从终端运行这些命令,但是这条消息失败了:

Users/videojuegos/Documents/*_*_/build/Unity-iPhone.build/Distribution-iphoneos/Unity-iPhone.build/*_*_.xcent: cannot read entitlement data

我已经从头做了三次xcode设置。谷歌搜索它。没有结果。我不知道还有什么可以尝试。有什么建议吗?

1 个答案:

答案 0 :(得分:0)

您是否在项目构建设置中拥有权利值。如果是,则删除它并再试一次