0

i have successfully created provisioning and distribution certificates and ready to upload my app. but, while posting i can't access to select the distribution profile? enter image description here

enter image description here

enter image description here

Neeraj Neeru
  • 570
  • 8
  • 28

2 Answers2

1

@NeerajNeeru:

Firstly, Make sure that you download a new copy of distribution provisioning profile for App Store from the account you want to submit the application with and install the same profile by double clicking it. Once you do that select it under your Project Settings and Target Settings under the Release section.

Secondly, Make sure you have selected Release to be run under Archive under Manage Schemes before you build for archiving and archive the app.

Once you select Release under Archive in Manage Schemes, make sure you do Product -> Clean your application and then do Product -> Build For Archiving and then Product -> Archive.

EDIT:

Refer to this: Xcode 4.3: Codesign operation failed (Check that the identity you selected is valid)

Let me know if you need more help

Hope this helps.

Community
  • 1
  • 1
Parth Bhatt
  • 19,381
  • 28
  • 133
  • 216
  • thankyou, for your feed back. i found the problem .. its because of not cleaning and Build For Archiving the project and also in keychain there are two same distribution profile, so i deleted one and did the procedure one by one. now i uploaded my app through application loader. – Neeraj Neeru May 08 '12 at 04:08
0

i think you have not opened the downloaded profile, download the profile from developer.apple.com and doble click it. it will be able to select now, and re assign profile in your project and target files even they have already selected.

Saad
  • 8,857
  • 2
  • 41
  • 51