Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Wrong/AutoGenerated Provisioning Profile when Submitting Build to App Store

I am attempting to upload my iOS app build. After clicking submit from the Organizer-Archives window in Xcode, it seems to select the wrong Provisioning profile to submit. It is also not editable.

I have the correct iPhone Distribution signing identities, and App Store provisioning profile in both the project and target (under Build Settings).

I'm skeptical about submitting the app with this auto-selected Provisioning Profile ("XC: Rajib.Tho") instead of "My Parse Push App Store Profile." Am I doing something wrong here? My app uses push notifications so I want to make sure the provisioning profile is set up correctly before submitting.

Screenshot here of what I see:

like image 814
rajeeb Avatar asked Apr 04 '15 20:04

rajeeb


1 Answers

I solved this by deleting the provisioning profile that Xcode was auto generating from Apple's developer portal. It appears that it was pulling it from there, and once I deleted it from there and archived and submitted it, it pulled the correct provisioning profile that I intended to use!

like image 96
rajeeb Avatar answered Sep 22 '22 10:09

rajeeb