Rad Studio 10.4.1 with all the latest patches for Apple, macOS Catalina, Xcode 11.5, PAServer version 12.1.10.5, iOS version 14.2.
When I try to build my app this is the error my
Rad Studio throws on Signing process:
[PAClient Error] Error: E0264 Unable to execute '"/usr/bin/codesign" --entitlements "/Users/MyUser/PAServer/scratch-dir/MyMacName/MyAppName.entitlements" -s "Apple Distribution: MyAppName ({Indentifier})" -f "/Users/MyUser/PAServer/scratch-dir/MyMacName/MyAppName.app"' (Error 1)
[PAClient Error] Error: E0264 Failed to parse entitlements: AMFIUnserializeXML: duplicate dictionary key near line 25
This is the generated entitlements file:
<?
xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>application-identifier</key>
<string>{Indentifier}.com.MyAppName .app</string>
<key>get-task-allow</key>
<false/>
<key>
com.apple.developer.team-identifier</key>
<string>{Indentifier}</string>
<key>aps-environment</key>
<string>production</string>
<key>
com.apple.developer.associated-domains</key>
<string>*</string>
<key>keychain-
access-groups</key>
<array>
<string>{Indentifier}.com.MyAppName.app</string>
<string>
com.apple.token</string>
</array>
<key>
com.apple.developer.associated-domains</key>
<array>
<string>applinks:www.MyAppName.com</string>
</array>
</dict>
</plist>
Any help would be highly appresiated ! Thank you in advance !