Though I had been a while without seeing such an error, I recently got this message, when trying to archive an app written in Objectiv-C:
Xcode attempted to locate or generate matching signing assets and failed to do so because of the following issues.
No matching provisioning profiles found for "Applications/myApp.app"
None of the valid provisioning profiles allowed the specified entitlements: application-identifier, beta-reports-active, keychain-access-groups.
I haven’t changed anything in my settings, and this error seems to appear with recent versions of Xcode. I am using Xcode 6.3.2. When I wanted to archive an app written in swift, I did not have this problem. I do not see why the language would be related to the provisioning profiles, but that just something I noticed.
I tried to use a brand new provisioning profile, but it didn’t make any difference. I also tried Refresh accounts from Xcode preferenced, but again with no luck. Of course I looked for some solution on the net, but everything failed.