.mobileprovision not opening in xcode anyone know why

.mobileprovision not opening in xcode anyone know why, I double click on it after downloading it and nothing happens, I am trying to submit my first app and this is stopping me, also will not allow me to archive the project.


this is what I get in xcode when I try to archive:


Code Sign error: No codesigning identities found: No codesigning identities (i.e. certificate and private key pairs) that match the provisioning profile specified in your build settings (“pong pong”) were found.

CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 9.0'

Is there any particular reason that you are trying to manually create and/or download a profile?

That is, why don't you:

- Select a team in your target's General pane

- Set the Code Signing Identity to "iOS Developer"

- Set the Provisioning Profile to "Automatic"


Unless you have a specific reason for not using the automatic workflow, you should.

.mobileprovision not opening in xcode anyone know why
 
 
Q