Uploading to Application Loader Failed

Hi,

Currently, I want to upload my apps to the app store but failed. Here the error message while uploading to application loader

ERROR ITMS-90163: “Invalid Code Signing Entitlements. The entitlements in your app bundle signature do not match the ones that are contained in the provisioning profile. The bundle contains a key that is not included in the provisioning profile: ‘com.apple.developer.icloud-services’ in ‘Payload/ExpoKitApp.app/ExpoKitApp’.”

I already tried couple ways to build the apps:

  1. Let expo handle the certificate

  2. Manually generate the provision profile and certificate on my developer account

Any idea to solve this?

Thanks :slight_smile:

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”

1 Like

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