Xcode 8.2 cannot establish membership rights

I am trying to set up universal links in my application but it is not working. I read that the common reason universal links do not work is because the permissions file is not included in the assembly.

But I can’t set the target membership in my rights (screenshot below), all the checkboxes are disabled.

enter image description here

+6
source share
1 answer

As swati said in the comments.

Go to Phase Build> Copy Package Resources. Click the plus sign, then add your rights file.

Target membership will then be shown.

+4
source

Source: https://habr.com/ru/post/1013583/


All Articles