0

希望有人可以在这里帮助我,因为这让我发疯。我曾经没有上传到应用商店的问题......直到我将 xcode 更新到 v4。

我已尝试删除所有证书、配置文件等并重新启动,但这不起作用。我已经检查了构建是否使用了正确的配置文件等,但仍然显示以下消息作为黄色故障指示器(因此仍然成功构建,只是不允许我上传!)

希望有人可以提供帮助?

Validate /Users/Mac/Library/Developer/Xcode/DerivedData/xxxx-fwjaruekfnmkdjdwxcykohoidqyg/Build/Products/Distribution-iphoneos/xxxx.app
    cd "/Users/Mac/Documents/Bxxxx/xxxx"
    setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
    setenv PRODUCT_TYPE com.apple.product-type.application
    /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/Validation /Users/Mac/Library/Developer/Xcode/DerivedData/xxxx-fwjaruekfnmkdjdwxcykohoidqyg/Build/Products/Distribution-iphoneos/xxxx.app

warning: Application failed codesign verification.  The signature was invalid, or it was not signed with an iPhone Distribution Certificate. (-19011)
Executable=/Users/Mac/Library/Developer/Xcode/DerivedData/xxxx-fwjaruekfnmkdjdwxcykohoidqyg/Build/Products/Distribution-iphoneos/xxxx.app/xxxx
codesign_wrapper-0.7.10: using Apple CA for profile evaluation
/Users/Mac/Library/Developer/Xcode/DerivedData/xxxx-fwjaruekfnmkdjdwxcykohoidqyg/Build/Products/Distribution-iphoneos/xxxx.app: valid on disk
/Users/Mac/Library/Developer/Xcode/DerivedData/xxxx-fwjaruekfnmkdjdwxcykohoidqyg/Build/Products/Distribution-iphoneos/xxxx.app: satisfies its Designated Requirement
test-requirement: failed to satisfy code requirement(s)
codesign_wrapper-0.7.10: failed to execute codesign(1)
 - (null)
4

1 回答 1

0

固定的。

我的编码没有问题——这是苹果公司的证书问题,现在已经解决了。

修复 - 删除与您的开发和分发配置文件以及移动配置相关的所有证书和密钥。撤销供应网站上的证书并重新申请所有证书。

这个修复了我的,现在没有问题并且应用程序提交正常!!

于 2012-01-17T07:52:54.070 回答