xcode 6.4 Embedded binary not signed with same certificate as parent app

Hello, I am currently experiencing this problem with xcode and cannot figure out. When building my project with a watchkit extension, it gives me the error embedded binary not signed with same certificate... However, when I look in build settings, in every single one of them I have my iphonedeveloper-myname. I'm not sure what I can do. There is a list of links I've checked out before coming here at the bottom.


All of these had people that seemed to know what to do, but none of their solutions worked for me. I've tried revoking certificates, deleting provisiong profiles and letting xcode "fix the issue", turning on app groups, cleaning the build, and enabling and disabling bitcode. All solutions have failed. If you know something that I can try, please let me know, Thanks.


http://stackoverflow.com/questions/27273911/embedded-binary-is-not-signed-with-the-same-certificate-as-the-parent-app-yet-th

http://stackoverflow.com/questions/27906188/embedded-binary-is-not-signed-with-the-same-certificate-as-the-parent-app

http://stackoverflow.com/questions/25927604/xcode6embedded-binary-is-not-signed-with-the-same-certificate-as-the-parent-app

http://stackoverflow.com/questions/31909671/xcode-6-2-embedded-binary-is-not-signed-with-same-certificate-as-the-parent

https://forums.developer.apple.com/thread/13564

Were you able to fix this, I am also having the same problem and I am out of ideas as I have tried everything that I could find online with no help.

I am having what appears to be the same problem (XCode 8.2 Beta)

I added Apple Watch functionality to my App and was able to Archive and upload it to the Apple Store without any issues. But after the upload I could no longer run my App, I now get a "Embedded binary is not signed with the same certificate as the parent app" and "Command /usr/bin/codesign failed with exit code 1" error. I have tried every fix I could find on the web and even rebuilt the App starting with "New Project", but the problem persists. I had one other App that I was developing have the same problem, but rebuilding it from scratch solved the problem. Signing seems to be correct, I am using Automatic. This App did have a Provisioning Profile, but I think that is Deprecated, it is set to "blank" for the Project and "Automatic" for the Targets", but I have tried all combinations and still get the error. What am i doing wrong - this has cost me a lot of time.

Set everything to automatic..project and target level, option-clean the build folder (not just clean) and try again.

xcode 6.4 Embedded binary not signed with same certificate as parent app
 
 
Q