Bouke / SwiftInitializerGenerator

Xcode Source Code Extension to Generate Swift Initializers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Embedded binary is not signed with the same certificate as the parent app" error when building

NachoSoto opened this issue · comments

Disclaimer: I'm 99.99% sure this issue has nothing to do with this repo, and it's just an(other) Xcode bug, I just figured I'd open this to see if other people run into the same thing.

I was super excited to use this extension, but I'm getting the following error:
screen shot 2016-10-05 at 5 17 07 pm

I do have the same team in both targets:
screen shot 2016-10-05 at 5 23 00 pm
screen shot 2016-10-05 at 5 23 06 pm

But of course Xcode is doing something wrong... or maybe I am? I hadn't used automatic signing yet, so maybe I'm doing something wrong.

Note: I'm on Xcode 8.0

See the resolution in the linked issue. I've reverted the Copy Files phase, which should resolve this.