I managed to fix this with WORK AROUND. As you said the problem appears by the duplicated <key>
com .apple.developer.associated-domains </ key>.
A have to figure out how to NOT generate this line anymore:
<key>
com .apple.developer.associated-domains </ key>
<string> * </string>
... to be able to add my link at the end of the entitlements template file:
<key>
com.apple.developer.associated-domains</key>
<array>
<string>applinks:www.MyAppName.com</string>
</array>
That's a good point, do you know how I can make changes on the entitlements file?
As already written in the error message:
Code:
[PAClient Error] Error: E0264 Failed to parse entitlements: AMFIUnserializeXML: duplicate dictionary key near line 25
the key "
com.apple.developer.associated-domains" exists two times in your dictionary.