メインターゲットと拡張ターゲットの 2 つのターゲットがあります。アプリをアーカイブしようとすると、Xcode は次のエラーで失敗しました。
error: Embedded binary is not signed with the same certificate as the parent app. Verify the embedded binary target's code sign settings match the parent app's.
Embedded Binary Signing Certificate: - (Ad Hoc Code Signed)
Parent App Signing Certificate: iPhone Distribution: ***. (EAA28CVMQM)
だから私はBuild Settings - Code Signing
何度も何度も確認してEmbedded binary is signed with the same certificate as the parent app
、
または以下のような設定:
それらはすべて同じ理由で失敗しました。コード署名の設定をどのように変更しても、Embedded Binary Signing Certificate
常に(Ad Hoc Code Signed)
.
この投稿の前に、次のリンクを読みました。
Xcode6: 埋め込みバイナリは、親アプリと同じ証明書で署名されていません
埋め込まれたバイナリは、親アプリと同じ証明書で署名されていませんが、それらは同一です
http://aplus.rs/2014/embedded-binary-is-not-signed-with-the-same-certificate-as-the-parent-app/
助けてくれてありがとう。