[Solved] App Loader: ERROR ITMS-90046: "Invalid Code Signing Entitlements"

ERROR ITMS-90046: “Invalid Code Signing Entitlements. Your application bundle’s signature contains code signing entitlements that are not supported on iOS. Specifically, value ‘*’ for key ‘com.apple.developer.associated-domains’ in ‘Payload/ExpoKitApp.app/ExpoKitApp’ is not supported.”

  • Not using Branch
  • New build
  • bundleIdentifier matches iTunesConnect and app.json

Any help would be appreciated, thanks!

2 Likes

If you enable “Associated Domains” under “Capabilities” in Apple Developer (developer.apple.com) without setting any associated domains, you will run into this issue.

Fix: disable “Associated Domains”

5 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.