instructions

Error while compiling XCode 11 code with enterprise certificate

Provisioning profile doesn't support the Associated Domains capability.

Copy the code

or

Provisioning profile "****.***.***" doesn't support the Associated Domains capability.

Copy the code

Root Cause: My colleague added Universal Link, so I need to configure the Associated domain in the developer center. If I do not need to be aroused by other apps, I can temporarily block it by the following method. To enable this function, you can perform method 1: Reverse operation.

Solution 1

  1. Go to developer.apple.com/
  2. Under ‘Certificates, Identifiers & Profiles’ in the Developer Member Center, choose your App ID under ‘Identifiers’, ‘App IDs’ in the left hand column.

  1. Choose ‘Edit’ and then disable ‘Associated Domains.’

Solution 2

Targets > select Target > Build Settings > Signing > delete Code Signing Entitlements.

Solution 3

Project > *. Entitlements > Entitlements File > delete Associated Domains.