Signing (Debug) doesn't include the beta-reports-active entitlement

skyylex picture skyylex · Oct 11, 2016 · Viewed 10.3k times · Source

During the try to setup signing settings of Xcode 8, I've got the following error for the development provision profile:

Provisioning profile "XXX" doesn't include the beta-reports-active entitlement.

recreation of the provision profiles doesn't help. I'm not quite sure if this type of profile needs beta-reports-active settings at all, as I saw other issues only AppStore profiles should use these settings.

I will appreciate any help

UPDATE:

AdHoc provision profile has the same error, however AppStore provision profile works fine for Release.

Answer

Rajshekhar Sahu picture Rajshekhar Sahu · Feb 7, 2018

I was getting this error while trying to make AdHoc distribution build from Xcode 9.0. By mistake I choose different provision profile in Signing(Distribution) and Signing(Release). As I made same provision for both, the error gone.

Hope this will help.

Thanks.