Xcode certificates

Hi there, can anyone help here. I think somewhere along the way I screw certificates or don't have the right one, anyway long story short when building product I get this 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.

Answered by DTS Engineer in 854475022

It sounds like you may be embedding a framework in your app that has already been signed. Here's a document that talks about the right way to sign embedded frameworks:

Technical Note TN2435: Embedding Frameworks In An App

It sounds like you may be embedding a framework in your app that has already been signed. Here's a document that talks about the right way to sign embedded frameworks:

Technical Note TN2435: Embedding Frameworks In An App

Xcode certificates
 
 
Q