Search code examples
iosapple-watch

Signed with same certificate but error: Embedded binary is not signed with the same certificate


The embedded binary and the parent app has the same certificate but I am getting the error message: 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.

enter image description here

enter image description here


Solution

  • This is just Xcode making you go crazy,all what you have to do is

    1. Go to the Preferences->Accounts (Command+,)
    2. Remove the AppleID which is causing the problem
    3. Sign in again with the same AppleID

    Enjoy :D