Hi guys,
I'm trying to upload my .ipa file via Application Loader to Apple. However, I'm constantly getting this error:
ERROR ITMS-90045: "Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, key 'com.apple.developer.icloud-container-development-container-identifiers' in 'Payload/IsoGameLauncher.app/IsoGameLauncher' is not supported."
I have Robovm 1.8 and Libgdx 1.7.
Also, im my robovm.xml file I have attached <iosEntitlementsPList> file, which contains the following:
<?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>com.apple.developer.icloud-container-identifiers</key>
<array/>
<key>com.apple.developer.icloud-services</key>
<array/>
<key>com.apple.developer.ubiquity-kvstore-identifier</key>
<string>2PPPFD3K9C.com.frismos.olympusgame</string>
</dict>
</plist>