ですから、このような質問が何度かあったことは知っていますが、私が探しているものに正確に答えているものはないようです。私はこの問題を解決する方法についてのアップルのドキュメントを見つけました、そして私は体系的にすべての間違っていることを調べてチェックしました、そしてその過程でほとんど私の心を失いました。私が試してみた唯一の可能なオプションは、新しいプロジェクトを完全に開始し、プロビジョニングプロセス全体を再度実行することです。これは、実際には実行したくないことです。解決策があれば、アドバイスをいただければ幸いです。
このエラーの場合
warning: Application failed codesign verification. The signature was invalid,
contains disallowed entitlements, or it was not signed with an iPhone
Distribution Certificate. (-19011)
Executable=/Users/aaronkawalsky/Library/Developer/Xcode/DerivedData/PetPocket-
ctqkmlfzeawgfdcqlbsslqfrodvt/Build/Intermediates/ArchiveIntermediates/
PetPocket/IntermediateBuildFilesPath/UninstalledProducts/PetPocket.app/
PETPocket
codesign_wrapper-4.1: using Apple CA for profile evaluation
/Users/aaronkawalsky/Library/Developer/Xcode/DerivedData/PetPocket-
ctqkmlfzeawgfdcqlbsslqfrodvt/Build/Intermediates/ArchiveIntermediates/
PetPocket/IntermediateBuildFilesPath/UninstalledProducts/PetPocket.app:
a sealed resource is missing or invalid In architecture: armv7
codesign_wrapper-4.1: failed to execute codesign(1)
- (null)
これでビルドログは終わりです
CodeSign
/Users/aaronkawalsky/Library/Developer/Xcode/DerivedData/PetPocket-
ctqkmlfzeawgfdcqlbsslqfrodvt/Build/Intermediates/ArchiveIntermediates/
PetPocket/IntermediateBuildFilesPath/UninstalledProducts/PetPocket.app
cd /Users/aaronkawalsky/Documents/petpocketiphone/trunk/PetPocket
setenv CODESIGN_ALLOCATE /Applications/Xcode.app/Contents/Developer/
Platforms/iPhoneOS.platform/Developer/usr/bin/codesign_allocate
setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/
iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/
Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/usr/bin/codesign --force --sign 57c0004c5de1c69a8edfdfd0fa604a772a250365
--resource-rules=/Users/aaronkawalsky/Library/Developer/Xcode/DerivedData/
PetPocket-ctqkmlfzeawgfdcqlbsslqfrodvt/Build/Intermediates/
ArchiveIntermediates/PetPocket/IntermediateBuildFilesPath/
UninstalledProducts/PetPocket.app/ResourceRules.plist
--entitlements /Users/aaronkawalsky/Library/Developer/Xcode/DerivedData/
PetPocket-ctqkmlfzeawgfdcqlbsslqfrodvt/Build/Intermediates/
ArchiveIntermediates/PetPocket/IntermediateBuildFilesPath/
PetPocket.build/Release-iphoneos/PetPocket.build/PetPocket.xcent
/Users/aaronkawalsky/Library/Developer/Xcode/DerivedData/
PetPocket-ctqkmlfzeawgfdcqlbsslqfrodvt/Build/Intermediates/
ArchiveIntermediates/PetPocket/IntermediateBuildFilesPath/
UninstalledProducts/PetPocket.app
Validate
/Users/aaronkawalsky/Library/Developer/Xcode/DerivedData/
PetPocket-ctqkmlfzeawgfdcqlbsslqfrodvt/Build/Intermediates/
ArchiveIntermediates/PetPocket/IntermediateBuildFilesPath/
UninstalledProducts/PetPocket.app
cd /Users/aaronkawalsky/Documents/petpocketiphone/trunk/PetPocket
setenv PATH "/Applications/Xcode.app/Contents/Developer/
Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/
Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
setenv PRODUCT_TYPE com.apple.product-type.application
/Applications/Xcode.app/Contents/Developer/
Platforms/iPhoneOS.platform/Developer/usr/bin/Validation
/Users/aaronkawalsky/Library/Developer/Xcode/DerivedData/
PetPocket-ctqkmlfzeawgfdcqlbsslqfrodvt/Build/Intermediates/
ArchiveIntermediates/PetPocket/IntermediateBuildFilesPath/
UninstalledProducts/PetPocket.app
繰り返しになりますが、どんな助けでも大歓迎です。