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
AdHoc provision profile has the same error, however AppStore provision profile works fine for Release.
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.