Annoying Code Signing Error/Warning in Xcode 4.2?

Check your certificates for both release and debug builds -- probably one of them has an old or invalid distribution certificate.

You need to get the distribution certificate and set the Code Signing parameters to distribution profile in the 'Build Settings'. Click on your project in the top of the left pane, then choose the target, open the 'Build Settings' tab. Find 'Code Signing' group and the Distribution branch.

Set everything to your Distribution profile. This is were to look for the solution of your problem. You might want to play with these settings if it won't work right away.

If you do not have the Distribution Certificate you need to get it at the iOS Provisioning Portal.

I have done this, added an image to my original question. The thing is, this warning only displays when I build for my own development device. No warning is displayed when I either build for Archive or Simulator.

– Anders Oct 30 at 15:24.

I "solved" it by reinstalling Lion. I'm almost sure that it was the deletion of the "unknown" certificate that caused the warning. Because, now it's back and I don't get any warnings.It might also be possible to use some kind of 3rd-party data recovery software to get that certificate back.

I'm trying to submit my iOS app to the App Store, I have followed the neccesary steps found here, http://developer.apple.com/library/ios/#technotes/tn2250/_index.html#//apple_ref/doc/uid/DTS40009933, archived, validated and submitted it to Apple whiteout any errors. The app runs fine on the device, but xCode keeps showing me this warning. Any tips on how to solve this?

I'm pretty sure that I found the cause of the problem. I tested it on another machine and no warning showed up. I then compared my keys and certificates on both machines, removed duplicates on my first machine.

But it still didn't work. Om my second machine (where I didn't got any warnings) I found an "Unkown" certificate, so I deleted it (I had previously deleted it on my first machine as well). But now I get the warning on that machine as well.

Does anybody know if it's possible to get this certificate back somehow?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions