上传到App Store的问题
问题描述:
希望有人能帮助我,因为这让我疯狂。我曾经没有问题上传到应用程序商店....直到我更新xcode到v4。上传到App Store的问题
我已经尝试删除所有证书,供应配置文件等,并再次startng,但没有奏效。我已经检查过构建是使用正确的配置文件等,但仍然显示以下消息作为黄色故障指示器(所以仍设法成功构建,只是不允许我上传!)
希望有人可以提供帮助吗?
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)
答
固定。
我的编码没有问题 - 这是Apple在结束时的证书问题,现在已经被清除了。
修复 - 删除与开发和分发配置文件相关的所有证书和密钥以及移动配置。撤销供应网站上的证书并重新申请所有证书。
这个固定的矿,现在没有问题和应用程序提交罚款!
您是否审核了此处列出的所有可能原因:http://developer.apple.com/library/ios/#technotes/tn2294/_index.html#//apple_ref/doc/uid/DTS40011374 – Jason 2012-01-15 20:42:02
我已经尝试过是...我收到的消息与第三条错误消息警告有关:应用程序失败的验证码验证。签名无效,或未使用iPhone分发证书签名。 (-19011)。我不知道在这里做什么,从来没有像旧的xcode这样的问题。 Xcode 4.2版本不是测试版本吗?如果它显然会导致这些问题,但肯定它不是测试版 – user1150531 2012-01-15 20:46:10