Xcode 8.2 cannot set entitlements membership

4.4k Views Asked by At

I am trying to configure universal links on my App, but is not working. I read that a common cause of universal links are not working is that the entitlements file is not include in the build.

But I am not able to set the target membership of my entitlements (screenshot bellow), all the checkbox are disable.

enter image description here

1

There are 1 best solutions below

0
On

As swati said in the comments.

Go to Build Phases > Copy Bundle Resources. Click the plus sign then add your entitlement file.

The target membership will then show.