Xamarin.Forms: IOS error en publicar en App Store Center


Xamarin.Forms: IOS error en publicar en App Store Center

PROBLEMA

Al intentar publicar la aplicación de IOS, desde Visual Studio (Xamarin), retorna el siguiente error:
  • Failed to parse altool output: Failed to parse PList data tpye: Ouput 2020-03-09 00:29:59.753 altool[9665:342392] Error:[2020-03-09 00:29:51 CST] <main> INFO: Configuring logging... [2020-03-09 00:29:51 CST] <main> INFO: Logging level set to eXtreme[2020-03-09 00:29:51 CST] <main> INFO: Transporter is searching for new software components. [2020-03-09 00:29:51 CST] <main> INFO: INFO: using cached repository.xml file.[2020-03-09 00:29:52 CST] <main> INFO: Update check complete. [2020-03-09 00:29:56 CST] <main> DEBUG: Attempting refresh of configuration data from https://contentdelivery.itunes.apple.com/transporter/Defaults.properties[2020-03-09 00:29:57 CST] <main> DEBUG: Configuration refresh successful. [2020-03-09 00:29:57 CST] <main> DEBUG. Saving configuration to local path: /Users/gmizaelmtzhdz/Library/Caches/com.apple.amp.itmstransporter/Defaults.properties[2020-03-09 00:29:57 CST] <main> WARN: The following option was specified but is not recognized: - TxHeaders[2020-03-09 00:29:57 CST] <main> INFO: iTMSTransporter : iTunes Store Transporter [2.0.0][2020-03-09 00:29:57 CST] <main> INFO: OS identifier: MAC OS X 10.15.2 (x86_64); jvm=25.71-b92; jre=1.8.0-u131-b11-iTMSTransporter-b02[2020-03-09 00:29:57 CST] <main> INFO: Memory: [JVM 1034M free, 1108M total, 1820M max [System] (Physical) 423M FREE, 8192M total (Swap) 1552M free, 2048M total[2020-03-09 00:29:57 CST] <main> INFO: Client: altool 4.0.0 (1181)[2020-03-09 00:29:57 CST] <main> INFO: Upload mode selected. [2020-03-09 00:29:57 CST] <main> DBG-X: Memory: (JVM) 1024M free, 1108M total, 1820M max [System] (Physical) 423M free, 819M total (Swap) 1552M free, 2048M total[2020-03-09 00:29:57 CST] <main> DBG-X: Using operation named: authenticateForTransportDiscovery[2020-03-09 00:29:57 CST] <main> DBG-X: parameter Application = ITMSTransporter[2020-03-09 00:29:57 CST] <main> DBG-X: parameter BaseVersion = 1.13.0[2020-03-09 00:29:57 CST] <main> DBG-X: parameter Client = altool[2020-03-09 00:29:57 CST] <main> DBG-X: parameter ClientVersion = 4.0.0 (1181) [2020-03-09 00:29:57 CST] <main> DBG-X: parameter OSidentifier = Mac OS X 10.15.2 (x86_64); jvm=25.71-b02; jre=1.8.0-u131-b11-ITMSTransporter-b02[2020-03-09 00:29:57 CST] <main> DBG-X: parameter StatisticsClientStartDateTimeZoneISO = 2020-03-09T00:29:57-06:00[2020-03-09 00:29:57 CST] <main> DBG-X: parameter.

SOLUCIÓN

La solución fue cambiar el número de compilación al siguiente consecutivo, volver a compilar e intentar publicar en la App Store.