0

アプリをストアにデプロイしようとしていますが、恐ろしいコードサインの問題が発生しています。ローカルマシン上のすべてのプロビジョニングプロファイルなどを更新しましたが(プロビジョニングポータルでそれらを再作成する必要がないことを願っています)、それでも運がありません。私のアプリは、plistで定義されているようにバックグラウンドの位置チェックを使用しますが、それ以外に、どのような許可されていない資格を参照しているのかわかりません。他に考えられる唯一の問題は、開発の途中でアプリの名前を変更したが、すべてのプロファイル、ターゲット情報などを新しい名前に一致するように更新したことです。私は途方に暮れています。私はそれをうまく構築して実行することができます、それはただ署名しません。以下の私の完全な警告ログを参照してください。

Validate /Users/benchirlin/Library/Developer/Xcode/DerivedData/Yodlr-blhadxxlldqhvobcgzqdncvvaoao/Build/Intermediates/ArchiveIntermediates/Yodlr/InstallationBuildProductsLocation/Applications/Yodlr.app
    cd "/Users/benchirlin/Documents/Workspaces/Xcode Workspace/iFM"
    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/benchirlin/Library/Developer/Xcode/DerivedData/Yodlr-blhadxxlldqhvobcgzqdncvvaoao/Build/Intermediates/ArchiveIntermediates/Yodlr/InstallationBuildProductsLocation/Applications/Yodlr.app

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/benchirlin/Library/Developer/Xcode/DerivedData/Yodlr-blhadxxlldqhvobcgzqdncvvaoao/Build/Intermediates/ArchiveIntermediates/Yodlr/InstallationBuildProductsLocation/Applications/Yodlr.app/Yodlrcodesign_wrapper-4.1: using Apple CA for profile evaluation/Users/benchirlin/Library/Developer/Xcode/DerivedData/Yodlr-blhadxxlldqhvobcgzqdncvvaoao/Build/Intermediates/ArchiveIntermediates/Yodlr/InstallationBuildProductsLocation/Applications/Yodlr.app: valid on disk/Users/benchirlin/Library/Developer/Xcode/DerivedData/Yodlr-blhadxxlldqhvobcgzqdncvvaoao/Build/Intermediates/ArchiveIntermediates/Yodlr/InstallationBuildProductsLocation/Applications/Yodlr.app: satisfies its Designated Requirementtest-requirement: code failed to satisfy specified code requirement(s)codesign_wrapper-4.1: failed to execute codesign(1) - (null
4

1 に答える 1

0

コード署名IDをワイルドカード配布IDに切り替えたところ、機能しました...ついに!

于 2013-02-25T19:09:28.540 に答える