rules_apple icon indicating copy to clipboard operation
rules_apple copied to clipboard

`ios_app_clip` should validate that `application-identifier` is set in entitlements

Open brentleyjones opened this issue 1 year ago • 1 comments

Xcode automatically sets application-identifier in an App Clip's entitlements. If it's not set, then app clips fail to install because (null) is not a prefix of whatever com.apple.developer.parent-application-identifiers is set to. Ideally it should validate that com.apple.developer.parent-application-identifiers is set as well, and that application-identifier is a prefix of it.

brentleyjones avatar Jul 13 '22 14:07 brentleyjones