I create a clips, and upload to store, have a error:
ITMS-90876: Missing entitlement - This app contains an app clip. The entitlement 'com.apple.developer.associated-appclip-app-identifiers' should be present and include the value of the app clip's application identifier.
I had seting clip's entitlements file infomation:
com.apple.developer.on-demand-install-capable
is YES;
Parent Application Identifiers
array has $(AppIdentifierPrefix)com.myproject
.
so, how to solve this error?