Attempted to install a Beta profile without the proper entitlement

We're seeing an issue where our app builds that previously were working suddenly started failing to install through TestFlight. When the user hits Update in TestFlight, they get an error message "The profile can't be installed. Try again.". Double checked the certificates and provisioning profiles, rebuilt and deployed the app, still same issue.

We subsequently tried side loading the ipa file using XCode hoping for more detail. The install failed there as well, with the following error message:

"Attempted to install a Beta profile without the proper entitlement."

Seems like a good lead but haven't found much. Our provisioning profiles have the "beta-reports-active: true" entitlement and anyway haven't changed since it was working previously.

Any idea what could be going on here?

Here's the full error from XCode:

Error installing 'APP.ipa', ERROR: Error Domain=com.apple.dt.CoreDeviceError Code=3002 "Failed to install the app on the device." UserInfo={NSLocalizedDescription=Failed to install the app on the device., NSURL=file:///APP.ipa, NSUnderlyingError=0x60000372ea00 {Error Domain=IXUserPresentableErrorDomain Code=14 "Unable to Install “APP”" UserInfo={NSUnderlyingError=0x60000372e5e0 {Error Domain=MIInstallerErrorDomain Code=13 "Failed to install embedded profile for com.domain.app : 0xe800801f (Attempted to install a Beta profile without the proper entitlement.)" UserInfo={FunctionName=-[MIInstallableBundle _installEmbeddedProfilesWithError:], LegacyErrorString=ApplicationVerificationFailed, SourceFileLine=308, LibMISErrorNumber=-402620385, NSLocalizedDescription=Failed to install embedded profile for com.domain.app : 0xe800801f (Attempted to install a Beta profile without the proper entitlement.)}}, NSLocalizedDescription=Unable to Install “APP”, NSLocalizedRecoverySuggestion=Failed to install embedded profile for com.domain.app : 0xe800801f (Attempted to install a Beta profile without the proper entitlement.), NSLocalizedFailureReason=This app cannot be installed because its integrity could not be verified.}}}

Domain: com.apple.dt.DVTCoreDevice

Code: -1

User Info: {

DVTErrorCreationDateKey = "2024-06-19 19:40:04 +0000"; 

}

--

System Information

macOS Version 14.2.1 (Build 23C71)

Xcode 15.2 (22503) (Build 15C500b)

Timestamp: 2024-06-19T14:40:04-05:00

Please send us feedback at https://feedback.apple.com and attach your app bundle as well as a sysdiagnose from your device taken after reproducing the issue.

Attempted to install a Beta profile without the proper entitlement
 
 
Q