Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to solve: Embedded binary is not signed with the same certificate

Tags:

xcode

ios

My Parent app IS signed correctly. I have verified in every screen. Has anyone seen this?

It's complaining about my watchKit app.

Thanks!

XCode 10.0 beta 6

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: Software Signing
  Parent App Signing Certificate: - (Ad Hoc Code Signed)
like image 358
Aron Nelson Avatar asked Aug 18 '18 21:08

Aron Nelson


1 Answers

The problem had nothing to do with the signing. The answer for me was to paste $(ARCHS_STANDARD) into the project valid architecture field. Incredible!

enter image description here

like image 122
Aron Nelson Avatar answered Oct 20 '22 00:10

Aron Nelson