Embedded binary

Error: The embedded binary is not signed with the same certificate as the parent application. Verify that the built-in binary character settings of the code mark match the parent application.

Also, why is my profile continuing to be replaced by an XC lookup profile?

+5
binary xcode codesign
Aug 23 '14 at 22:44
source share
2 answers

Solved a problem. I followed the steps to solve.

  • go to my build option and change all code signatures. Determine the distribution of iOS.
  • Compile project m
  • Xcode gives an error message that the signature identification is incorrect and can be corrected. I clicked the Fix it button.
  • This has happened twice.
  • Now Xcode will replace it with iOS Developer.

Now it works.

+1
Mar 21 '15 at 19:27
source share

To check the sign of the code, check to see if this works.

To create an automatic profile, you must disable automatic control for all purposes in your application.

enter image description here

0
Mar 17 '17 at 18:41
source share



All Articles