3

I am trying to use iPhoneDistribution...

When I do Build, I get the error Code Sign error: Provisioning profile 'XX-YY-ZZ' can't be found ...

How do I fix this?

What/ WHere is that XX-YY-ZZ ?

From my side, I have verified the App ID and used it in Info.plist as well as under Configuration > Identifier

What should I do now?

Please help me...I have tried all possible fixes on this and referred the Apple docs as well...I am totally confused and feel helpless now.

copenndthagen
  • 49,230
  • 102
  • 290
  • 442

1 Answers1

4

In your Project settings for the Build, make sure that the Release configuration is using the (correct) Distribution profile and that the Debug configuration is using the (correct) Developer profile.

PengOne
  • 48,188
  • 17
  • 130
  • 149
  • ok..I did check the Release as well as iPhoneDistribution configuration is using Distribution profile and Debug configuration is using the Developer profile. Still get the same Code Sign error: Provisioning profile 'XX-YY-ZZ' can't be found – copenndthagen Mar 16 '11 at 04:19
  • 1
    If you have testndtv's problem, see this answer: http://stackoverflow.com/a/1760738/96338 – dpjanes Jan 23 '12 at 12:15