Search code examples
iosprovisioningprofiles

when i archive with xcode6 ,failed to locate or generate matching signing assets


questios follows: No matching provisioning profiles found for "application/lottery.app" none of the valid provisioning profiles allowed the specified entitlements:application-identifier,beta-reports-active,keychain-acccess-groups.

come to save me,or i will be over.


Solution

  • Similar problem answer at:See the SO answer

    On a side note:

    You might want to install IPhone Config Utility

    If you want to understand what all the terms like Provisioning, Developer Certificate and Key mean you might want to read this tutorial. Under the hood its just plain Public-Private key pair based Asymmetric Encryption Operations.