0
希望有人能幫助我,因爲這讓我瘋狂。我曾經沒有問題上傳到應用程序商店....直到我更新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)
您是否審覈了此處列出的所有可能原因: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