Provision profile does not include certificate signing (xcode 8)

At the time of this writing, I am working on setting up my app on my iPhone device. Initially (after updating with ionic / angular in the build process) this works fine and the build and archive are successful (no signature error).

However, subsequent builds give me code signing errors like this:

=== BUILD TARGET *** OF PROJECT *** WITH CONFIGURATION Debug ===

    Check dependencies
    Provisioning profile "iOS Team Provisioning Profile: *" doesn't include signing certificate "iPhone Developer:
    *********".
    Provisioning profile "iOS Team Provisioning Profile: *" doesn't include the aps-environment entitlement.
    Code signing is required for product type 'Application' in SDK 'iOS 10.3'

    ** ARCHIVE FAILED **

      

The same error appears when I do not configure "automatic signature management", the only difference is that it does not tell me that "Provisioning Profile iOS: *" is being changed by the name of the provisioning profile.

However, the provisioning profile contains the certificate mentioned in the bug, so I am currently stuck. The provisioning profile in my developer account seems to be correct. However, the cordona / ionic energy assembly process seems to ignore this.

What I would like to know is if anyone has a somewhat detailed description of how to set up the "automated signing" process (do I need to create a specific provisioning profile or this will happen automatically) or how to set up a guide when I select provisioning profiles as I also decided that the manual process process must occur anyway to go to production.

Hope someone can help me.

Respectfully,

One of the answers already given by JosΓ© Rojas:

Try to find out what customization profiles are configured in your account, auto signing requires you to provide security. see your Team> add account where you should be your account and provisioning profile after you can't download from your account at https://developer.apple.com/account and install in Xcode double click to after signing the app with this.

+3


source to share





All Articles