Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode6:Embedded binary is not signed with the same certificate as the parent app

After I add Today App Extension Target,I become impossible to compile project. below is error:

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: iPhone Developer: (Developer name) (number)

Parent App Signing Certificate: iPhone Developer: (Developer name) (number)

but Embedded binary certificate and parent app's cerificate are the same. So I'm confusing now...

like image 785
JohnyDgoode Avatar asked Sep 19 '14 06:09

JohnyDgoode


Video Answer


2 Answers

I had to select my app under 'Targets', then go to the 'Capabilities' tab and click 'Fix Issues' under the 'App Groups' section

like image 97
marcshilling Avatar answered Sep 29 '22 22:09

marcshilling


I had discrepancies under Code Signing. My Extension and Main app had different certificates selected. Once I set both to use distribution it worked fine.

enter image description here

like image 26
smitt04 Avatar answered Sep 29 '22 21:09

smitt04