Embedded binary is not signed with the same certificate as the parent app
Embedded binary is not signed with the same certificate as the parent app
- Subject: Embedded binary is not signed with the same certificate as the parent app
- From: Gabriel Zachmann via Cocoa-dev <email@hidden>
- Date: Mon, 2 Mar 2020 19:12:15 +0100
I have a naked macOS app (created with Xcode's template "App").
I get this funny error message
Embedded binary is not signed with the same certificate as the parent app
but only, when I switch to Release *and* when I add a Copy Files phase
with Destination = Absolute Path
and Name = MyProduct.app
When I compile the Debug version, everything is fine.
I don't think I have an "embedded binary".
One thing that is funny is that in the table of the Copy Files phase, it says
"...in build/Debug".
So I guess I am doing something wrong when I define the Copy Files phase.
I just want to copy the executable to a different place directly after
compilation.
Have googled, to no avail.
Could some kind soul explain to me, please, how to define a proper "Copy Files"
phase in XCode 11?
Thanks a lot in advance.
Best regards, Gabriel
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden