Einzelnen Beitrag anzeigen

Alex40

Registriert seit: 20. Dez 2020
Ort: Bulgaria
4 Beiträge
 
Delphi 10.4 Sydney
 
#4

AW: iOS Build fails on Signing - XCode 11.5, Rad Studio 10.4.1

  Alt 8. Jan 2021, 17:56
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.
Alex Sertev

Geändert von Alex40 ( 8. Jan 2021 um 19:07 Uhr)
  Mit Zitat antworten Zitat