2017-04-18 3 views
1

Baue ich diese Fehler mit einer App mit PhoneGap gebaut bauen für dieses Problem mit phonegap Sah aber nichts finden konnteERROR ITMS-90163:.. „Invalid Code Signing Entitlements - Phonegap

ERROR ITMS-90163: "Ungültige Code Signing-Berechtigungen. Die Berechtigungen in Ihrer App-Bundle-Signatur stimmen nicht mit denen überein, die im Bereitstellungsprofil enthalten sind. Das Bundle enthält einen Schlüssel, der nicht im Provisioning-Profil enthalten: 'com.apple.developer.icloud-Container-Umgebung' in 'Payload/LatInc.app /' „

ERROR ITMS-90211: "Invalid Code Signing Entitlements. The signature for your app bundle contains entitlement values that are not supported. For the 'com.apple.developer.ubiquity-container-identifiers' entitlement, the values in the array must start with the prefix provided by Apple in the provisioning profile, followed by characters that are uppercase or lowercase Roman letters [A-Z, a-z], the digits 0 through 9, dot ['.'], or hyphen ['-'], and not contain any wildcard characters. Specifically, value '3222A74EAQ.*' for the key 'com.apple.developer.ubiquity-container-identifiers' in 'Payload/.app/' is not supported." 
    ERROR ITMS-90211: "Invalid Code Signing Entitlements. The signature for your app bundle contains entitlement values that are not supported. For the com.apple.developer.ubiquity-kvstore-identifier entitlement, the value must start with the prefix provided by Apple in the provisioning profile, followed by characters that are uppercase or lowercase Roman letters [A-Z, a-z], the digits 0 through 9, dot ['.'], or hyphen ['-'], and not contain any wildcard characters. Specifically, value '3222A74EAQ.*' for the key 'com.apple.developer.ubiquity-kvstore-identifier' in 'Payload/LatInc.app/' is not supported." 
+0

das ist mein Problem gelöst -... http://stackoverflow.com/questions/7656318/ contains-validation-values-die-nicht-unterstützt –

Antwort

0

Es ist Problem in Ihrem Paket. Name ist anders als Ihre Provisioning-Profil Paketnamen (Paket-ID)

Also bitte die Paketnamen als Bundle-Bezeichner ändern

+0

Danke, Hiten, ich bin mir nicht sicher, was du genau meinst .. Sollte der ipa b e benannt als Bündelkennung. Oder ist es in phonegap config.xml? –

+0

in Ihrer Datei "config.xml" und der Name Ihres Bereitstellungsprofilpakets ist anders. Beispiel :: config.xml -> com.demo.example und im Profil -> com.example. Deshalb ist der Fehler aufgetreten. – Hiten

+0

Das war eigentlich in Ordnung. Das hat mein Problem gelöst. - http://stackoverflow.com/questions/7656318/contains-entitlement-values-that-are-not-supported –