I am trying to download an iOS application build. After clicking the "Submit" button in the "Organizer-Archive" window in Xcode, he seems to choose the wrong provisioning profile to send. It is also not editable.
I have the correct iPhone Distribution signature identifiers and the App Store provisioning profile both in the project and in the target (in the "Build Settings" section).
I am skeptical about sending an application with this automatically selected provisioning profile ( "XC: Rajib.Tho" ) instead of "My Parse Push App Store Application Profile". Am I doing something wrong here? My application uses push notifications, so before sending, I want to make sure that the provisioning profile is configured correctly.
The screenshot is what I see:

source share