0
これは私を狂ってしまうので、誰かが私を助けてくれます。私はアプリストアにアップロードしても問題はありませんでした....私がxcodeをv4にアップデートするまでは。App Storeにアップロードするときの問題
私はすべての証明書の削除、プロファイルのプロビジョニングなどを再試行しましたが、もう一度やっています。私はビルドが正しいプロファイルなどを使用していることを確認しましたが、それでも黄色の障害インジケータとして次のメッセージが表示されます(それでもまだ正常にビルドされていますが、アップロードすることはできません)
誰かが助けてくれることを願っていますか?
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
私は試したことがあります...私が受け取るメッセージは、3番目のエラーメッセージに関する警告です:アプリケーションはcodesign検証に失敗しました。署名が無効であるか、iPhone配布証明書で署名されていません。 (-19011)。私はここで何をすべきかわからず、古いxcodeでこのような問題は一度も起こりませんでした。 xcode 4.2のバージョンはベータ版ではありませんか?それは明らかに、これらの問題も引き起こしますが、私はベータではないことを確信しています – user1150531