I try to submit my app to the store using the built in uploader.
I have an APP Store provision profile, and I used a seperate .mobileprovisions profile
Also, I create a release build with hosted builder, and then use Download last Build to get my .IPA file.
Everything seems fine, but I get this error:
Help would be deeply appreciated, thank you!
I have an APP Store provision profile, and I used a seperate .mobileprovisions profile
B4X:
#If RELEASE
#CertificateFile: ios_distribution.cer
#ProvisionFile: bpsAdvantage.mobileprovision
#END IF
Also, I create a release build with hosted builder, and then use Download last Build to get my .IPA file.
Everything seems fine, but I get this error:
Uploading ipa file.
Submitting app (this step can take several minutes to complete).
Error: 2019-01-06 00:19:43.636 altool[71087:2989099] 10.4-style NSDateFormatter method called on a 10.0-style formatter, which doesn't work. Break on _NSDateFormatter_Log_New_Methods_On_Old_Formatters to debug. This message will only be logged once.
2019-01-06 00:19:43.636 altool[71087:2989099] Error:
[2019-01-06 00:19:14 PST] <main> INFO: Transporter is searching for new software components.
[2019-01-06 00:19:16 PST] <main> INFO: Update check complete.
[2019-01-06 00:19:18 PST] <main> INFO: Logging level set to eXtreme
[2019-01-06 00:19:18 PST] <main> INFO: Logging configured successfully.
[2019-01-06 00:19:19 PST] <main> INFO: MD5 checksum calculation in the transporter will be skipped.
[2019-01-06 00:19:19 PST] <main> DEBUG: Attempting refresh of configuration data from https://contentdelivery.itunes.apple.com/transporter/Defaults.properties
[2019-01-06 00:19:19 PST] <main> DEBUG: Configuration refresh successful.
[2019-01-06 00:19:19 PST] <main> DEBUG: Saving configuration to local path: /Users/administrator/.itmstransporter/Defaults.properties
[2019-01-06 00:19:19 PST] <main> INFO: iTMSTransporter : iTunes Store Transporter [1.12.0]
[2019-01-06 00:19:19 PST] <main> INFO: OS identifier: Mac OS X 10.13.2 (x86_64); jvm=25.71-b02; jre=1.8.0-u131-b11-iTMSTransporter-b02
[2019-01-06 00:19:19 PST] <main> INFO: Memory: [JVM] 1095M free, 1128M total, 1820M max [System] (Physical) 9803M free, 16384M total (Swap) 0 free, 0 total
[2019-01-06 00:19:19 PST] <main> INFO: Client: altool 1.1 (1034)
[2019-01-06 00:19:19 PST] <main> INFO: Upload mode selected.
[2019-01-06 00:19:19 PST] <main> DBG-X: Memory: [JVM] 1095M free, 1128M total, 1820M max [System] (Physical) 9803M free, 16384M total (Swap) 0 free, 0 total
[2019-01-06 00:19:19 PST] <main> DBG-X: Using operation named: authenticateForTransportDiscovery
[2019-01-06 00:19:19 PST] <main> DBG-X: Apple's web service operation input parameters:
[2019-01-06 00:19:19 PST] <main> DBG-X: parameter Application = iTMSTransporter
[2019-01-06 00:19:19 PST] <main> DBG-X: parameter BaseVersion = 1.9.6
[2019-01-06 00:19:19 PST] <main> DBG-X: parameter Client = altool
[2019-01-06 00:19:19 PST] <main> DBG-X: parameter ClientVersion = 1.1 (1034)
[2019-01-06 00:19:19 PST] <main> DBG-X: parameter OSIdentifier = Mac OS X 10.13.2 (x86_64); jvm=25.71-b02; jre=1.8.0-u131-b11-iTMSTransporter-b02
[2019-01-06 00:19:19 PST] <main> DBG-X: parameter StatisticsClientStartDateTimeZoneISO = 2019-01-06T00:19:19-08:00
[2019-01-06 00:19:19 PST] <main> DBG-X: parameter StatisticsPreviousCallDurationInSecs = 0.37921284
[2019-01-06 00:19:19 PST] <main> DBG-X: parameter TransporterArguments = -m upload -u [email protected] -sessionid @env:B730197F-7AC5-4B41-95CF-36850F50E1E7 -sharedsecret **hidden value** -f /var/folders/35/nx43fs8567l9z_wvvpc35snh0000gn/T/4B06E3FF-293D-4EA9-9413-B0D34DC3D88F/1448620048.itmsp -checksumValidation false -indicator true -v eXtreme -Dtransporter.client=altool -Dtransporter.client.version=1.1 (1034)
[2019-01-06 00:19:19 PST] <main> DBG-X: parameter Version = 1.12.0
[2019-01-06 00:19:19 PST] <main> DBG-X: parameter iTMSTransporterMode = upload
[2019-01-06 00:19:19 PST] <main> INFO: id = 20190106001919-042
[2019-01-06 00:19:19 PST] <main> INFO: iTMSTransporter Correlation Key: 6c4d76d3-5bb0-40c5-bd43-442e44882e97
[2019-01-06 00:19:22 PST] <main> DBG-X: Apple's web service operation return value:
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter EnableJWTForAllCalls = false
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter PreferredTransports = [Aspera, Signiant, DAV]
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter TransportHosts.Signiant = [sgr604.apple.com:44001]
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter SessionExpiration = 2019-01-10T08:19:19.828Z
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter TransportHosts.DAV = [itmsdav.apple.com:443]
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter TransportHosts.Aspera = [vgr503.apple.com:33001, vgr501.apple.com:33001, vgr504.apple.com:33001, vgr502.apple.com:33001]
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter StreamingSettings = {LogStreamingEnabled=true, MultipartUploadsEnabled=true, AssetDescriptionStreamingEnabled=false}
[2019-01-06 00:19:22 PST] <main> INFO: Examining the package at: /var/folders/35/nx43fs8567l9z_wvvpc35snh0000gn/T/4B06E3FF-293D-4EA9-9413-B0D34DC3D88F/1448620048.itmsp
[2019-01-06 00:19:22 PST] <main> INFO: Ensuring that package has well formed metadata file...
[2019-01-06 00:19:22 PST] <main> DEBUG: Getting case-sensitive metadata xml filename...
[2019-01-06 00:19:22 PST] <main> INFO: Gathering the list of valid files from the package ...
[2019-01-06 00:19:22 PST] <main> DEBUG: metadata.xml will be verified by Apple's web service to determine if it is a valid file.
[2019-01-06 00:19:22 PST] <main> DEBUG: C_Users_Lucas_Desktop_hac_IOS2019_Objects_BPS_Advantage.ipa will be verified by Apple's web service to determine if it is a valid file.
[2019-01-06 00:19:22 PST] <main> INFO: Finished gathering the list of valid files from the package.
[2019-01-06 00:19:22 PST] <main> DEBUG: Case-sensitive metadata filename is: metadata.xml
[2019-01-06 00:19:22 PST] <main> INFO: Performing authentication of package 1448620048.itmsp ...
[2019-01-06 00:19:22 PST] <main> DBG-X: Memory: [JVM] 1071M free, 1128M total, 1820M max [System] (Physical) 9799M free, 16384M total (Swap) 0 free, 0 total
[2019-01-06 00:19:22 PST] <main> DBG-X: Deflated 655 bytes to 496
[2019-01-06 00:19:22 PST] <main> DBG-X: Using operation named: validateMetadata
[2019-01-06 00:19:22 PST] <main> DBG-X: Apple's web service operation input parameters:
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter Application = iTMSTransporter
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter BaseVersion = 1.9.6
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter Client = altool
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter ClientVersion = 1.1 (1034)
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter Files = [metadata.xml, C_Users_Lucas_Desktop_hac_IOS2019_Objects_BPS_Advantage.ipa]
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter Metadata = <?xml version="1.0" encoding="UTF-8"?>
<package version="software5.4" xmlns="http://apple.com/itunes/importer">
<software_assets apple_id="1448620048"
bundle_short_version_string="1.0.0"
bundle_version="1.0.0"
bundle_identifier="heertech.BPSAdvantage"
app_platform="ios">
<asset type="bundle">
<data_file>
<file_name>C_Users_Lucas_Desktop_hac_IOS2019_Objects_BPS_Advantage.ipa</file_name>
<checksum type="md5">0a9dfa27d2945caa1ed4c32d9528d0c5</checksum>
<size>3928987</size>
</data_file>
</asset>
</software_assets>
</package>
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter MetadataChecksum = a5c7fd3c8f845c3d31c741d0b0ea49d2
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter MetadataCompressed = (suppressed)
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter MetadataInfo = {app_platform=ios, primary_bundle_identifier=, device_id=, bundle_identifier=heertech.BPSAdvantage, packageVersion=software5.4, apple_id=1448620048, asset_types=[bundle], bundle_version=1.0.0, bundle_short_version_string=1.0.0}
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter OSIdentifier = Mac OS X 10.13.2 (x86_64); jvm=25.71-b02; jre=1.8.0-u131-b11-iTMSTransporter-b02
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter PackageName = 1448620048.itmsp
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter PackageSize = 3929642
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter StatisticsClientStartDateTimeZoneISO = 2019-01-06T00:19:22-08:00
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter TransporterArguments = -m upload -u [email protected] -sessionid @env:B730197F-7AC5-4B41-95CF-36850F50E1E7 -sharedsecret **hidden value** -f /var/folders/35/nx43fs8567l9z_wvvpc35snh0000gn/T/4B06E3FF-293D-4EA9-9413-B0D34DC3D88F/1448620048.itmsp -checksumValidation false -indicator true -v eXtreme -Dtransporter.client=altool -Dtransporter.client.version=1.1 (1034)
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter Version = 1.12.0
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter iTMSTransporterMode = upload
[2019-01-06 00:19:22 PST] <main> INFO: id = 20190106001922-278
[2019-01-06 00:19:22 PST] <main> INFO: iTMSTransporter Correlation Key: 6c4d76d3-5bb0-40c5-bd43-442e44882e97
[2019-01-06 00:19:23 PST] <main> DBG-X: Apple's web service operation return value:
[2019-01-06 00:19:23 PST] <main> DBG-X: parameter EnableJWTForAllCalls = false
[2019-01-06 00:19:23 PST] <main> DBG-X: parameter SessionExpiration = 2019-01-10T08:19:22.214Z
[2019-01-06 00:19:23 PST] <main> DBG-X: parameter MinimumFileSizeThresholdForCheckum = 104857600
[2019-01-06 00:19:23 PST] <main> DBG-X: parameter SoftwareMediaDescriptionFormat = binary
[2019-01-06 00:19:23 PST] <main> DBG-X: parameter SoftwareMediaDescriptionThresholds = {in-app-purchase-content={extensions=[pkg], size=100000000}, ccats={extensions=[pdf], size=100000000}, product-archive={extensions=[pkg], size=100000000}, developer-id-package={extensions=[zip, pkg, dmg], size=100000000}, bundle={extensions=[zip, ipa], size=100000000}, large-icon={extensions=[jpg, png, jpeg], size=100000000}}
[2019-01-06 00:19:23 PST] <main> DBG-X: parameter Success = true
[2019-01-06 00:19:23 PST] <main> DBG-X: parameter StreamingSettings = {LogStreamingEnabled=true, MultipartUploadsEnabled=true, AssetDescriptionStreamingEnabled=false}
[2019-01-06 00:19:23 PST] <main> DBG-X: parameter FilesToUpload = [metadata.xml, C_Users_Lucas_Desktop_hac_IOS2019_Objects_BPS_Advantage.ipa]
[2019-01-06 00:19:23 PST] <main> DBG-X: parameter AssetsToDescribe = [{Role=source, Filename=C_Users_Lucas_Desktop_hac_IOS2019_Objects_BPS_Advantage.ipa, ShouldDescribeAsset=true, UTI=com.apple.ipa}]
[2019-01-06 00:19:23 PST] <main> DBG-X: parameter CPUToken = 96f56e62-cba0-4eb0-88fb-0309ad3bbbb4/1546762763160
[2019-01-06 00:19:23 PST] <main> DBG-X: parameter Checksums = {C_Users_Lucas_Desktop_hac_IOS2019_Objects_BPS_Advantage.ipa=0a9dfa27d2945caa1ed4c32d9528d0c5}
[2019-01-06 00:19:23 PST] <main> DBG-X: parameter FileSizes = {C_Users_Lucas_Desktop_hac_IOS2019_Objects_BPS_Advantage.ipa=3928987}
[2019-01-06 00:19:23 PST] <main> DBG-X: parameter ProviderNameForToken = JV8P7Y38H6
[2019-01-06 00:19:23 PST] <main> INFO: The list of files requested for upload by Apple is: [metadata.xml, C_Users_Lucas_Desktop_hac_IOS2019_Objects_BPS_Advantage.ipa]. These are the files that will be uploaded.
[2019-01-06 00:19:23 PST] <main> INFO: Starting media analysis of assets
[2019-01-06 00:19:24 PST] <main> DEBUG: Handling asset: filename=C_Users_Lucas_Desktop_hac_IOS2019_Objects_BPS_Advantage.ipa,uti=com.apple.ipa,role=source,describe=true
[2019-01-06 00:19:24 PST] <main> DEBUG: Using container type tool name and version: iOS App Describer:1.26
[2019-01-06 00:19:24 PST] <main> DEBUG: Using path: /var/folders/35/nx43fs8567l9z_wvvpc35snh0000gn/T/4B06E3FF-293D-4EA9-9413-B0D34DC3D88F/1448620048.itmsp/C_Users_Lucas_Desktop_hac_IOS2019_Objects_BPS_Advantage.ipa
[2019-01-06 00:19:26 PST] <main> DBG-X: description length:0
[2019-01-06 00:19:26 PST] <main> DBG-X: Asset description:
[2019-01-06 00:19:26 PST] <main> DEBUG: Asset successfully described: com.apple.jingle.leghorn.software.AbstractSoftwareDescriber$1@3cbcd8f3
[2019-01-06 00:19:26 PST] <main> DBG-X: Deflated 619 bytes to 377
[2019-01-06 00:19:26 PST] <main> INFO: Asset media analysis has completed
[2019-01-06 00:19:26 PST] <main> DBG-X: Memory: [JVM] 1033M free, 1128M total, 1820M max [System] (Physical) 9775M free, 16384M total (Swap) 0 free, 0 total
[2019-01-06 00:19:26 PST] <main> DBG-X: Using operation named: lookupTransportDiagnostic
[2019-01-06 00:19:26 PST] <main> DBG-X: Apple's web service operation input parameters:
[2019-01-06 00:19:26 PST] <main> DBG-X: parameter Application = iTMSTransporter
[2019-01-06 00:19:26 PST] <main> DBG-X: parameter BaseVersion = 1.9.6
[2019-01-06 00:19:26 PST] <main> DBG-X: parameter Client = altool
[2019-01-06 00:19:26 PST] <main> DBG-X: parameter ClientVersion = 1.1 (1034)
[2019-01-06 00:19:26 PST] <main> DBG-X: parameter OSIdentifier = Mac OS X 10.13.2 (x86_64); jvm=25.71-b02; jre=1.8.0-u131-b11-iTMSTransporter-b02
[2019-01-06 00:19:26 PST] <main> DBG-X: parameter StatisticsClientStartDateTimeZoneISO = 2019-01-06T00:19:26-08:00
[2019-01-06 00:19:26 PST] <main> DBG-X: parameter TransporterArguments = -m upload -u [email protected] -sessionid @env:B730197F-7AC5-4B41-95CF-36850F50E1E7 -sharedsecret **hidden value** -f /var/folders/35/nx43fs8567l9z_wvvpc35snh0000gn/T/4B06E3FF-293D-4EA9-9413-B0D34DC3D88F/1448620048.itmsp -checksumValidation false -indicator true -v eXtreme -Dtransporter.client=altool -Dtransporter.client.version=1.1 (1034)
[2019-01-06 00:19:26 PST] <main> DBG-X: parameter Version = 1.12.0
[2019-01-06 00:19:26 PST] <main> DBG-X: parameter iTMSTransporterMode = upload
[2019-01-06 00:19:26 PST] <main> INFO: id = 20190106001926-401
[2019-01-06 00:19:27 PST] <main> INFO: iTMSTransporter Correlation Key: 6c4d76d3-5bb0-40c5-bd43-442e44882e97
[2019-01-06 00:19:39 PST] <main> DBG-X: Apple's web service operation return value:
[2019-01-06 00:19:39 PST] <main> DBG-X: parameter AsperaLoggingLevel = OFF
[2019-01-06 00:19:39 PST] <main> DBG-X: parameter EnableJWTForAllCalls = false
[2019-01-06 00:19:39 PST] <main> DBG-X: parameter SigniantLoggingLevel = OFF
[2019-01-06 00:19:39 PST] <main> DBG-X: parameter SessionExpiration = 2019-01-10T08:19:27.236Z
[2019-01-06 00:19:39 PST] <main> DBG-X: parameter StreamingSettings = {LogStreamingEnabled=true, MultipartUploadsEnabled=true, AssetDescriptionStreamingEnabled=false}
[2019-01-06 00:19:39 PST] <main> DBG-X: testing host/port: vgr504.apple.com/33001
[2019-01-06 00:19:41 PST] <aspera.util.SelectThread> INFO: The upload of the file named /var/folders/35/nx43fs8567l9z_wvvpc35snh0000gn/T/7d449147-1b13-437d-bba6-1de8aac47b8c8803994141513795435dir/53bb56f5-0382-407a-8b37-82d2d1018c962992651269463951629.txt has started.
[2019-01-06 00:19:41 PST] <aspera.util.SelectThread> INFO: File: /var/folders/35/nx43fs8567l9z_wvvpc35snh0000gn/T/7d449147-1b13-437d-bba6-1de8aac47b8c8803994141513795435dir/53bb56f5-0382-407a-8b37-82d2d1018c962992651269463951629.txt 11/11, 100% completed
[2019-01-06 00:19:41 PST] <aspera.util.SelectThread> INFO: The status is FINISHED for the file named /var/folders/35/nx43fs8567l9z_wvvpc35snh0000gn/T/7d449147-1b13-437d-bba6-1de8aac47b8c8803994141513795435dir/53bb56f5-0382-407a-8b37-82d2d1018c962992651269463951629.txt.
[2019-01-06 00:19:41 PST] <main> INFO: The session's final state is Complete
[2019-01-06 00:19:41 PST] <main> INFO: Number of files transferred: 1 . Names of files transferred:
[2019-01-06 00:19:41 PST] <main> INFO: /var/folders/35/nx43fs8567l9z_wvvpc35snh0000gn/T/7d449147-1b13-437d-bba6-1de8aac47b8c8803994141513795435dir/53bb56f5-0382-407a-8b37-82d2d1018c962992651269463951629.txt - Complete
[2019-01-06 00:19:41 PST] <main> DEBUG: Using token file path /Users/administrator/.itmstransporter/UploadTokens/administrators-Mac-mini.local_JV8P7Y38H6_1448620048.itmsp.token
[2019-01-06 00:19:41 PST] <main> DEBUG: Attempting exclusive file lock on token file
[2019-01-06 00:19:41 PST] <main> DEBUG: Token exists, examining
[2019-01-06 00:19:41 PST] <main> DEBUG: Token pid: 70715, found process = false; my pid: 71094
[2019-01-06 00:19:41 PST] <main> DEBUG: Reusing existing token: 3ab6cf34-02bc-4c6c-942b-cba6218ca159/1546760546102
[2019-01-06 00:19:41 PST] <main> DEBUG: Set token: 3ab6cf34-02bc-4c6c-942b-cba6218ca159/1546760546102
[2019-01-06 00:19:41 PST] <main> DBG-X: Memory: [JVM] 1025M free, 1128M total, 1820M max [System] (Physical) 9773M free, 16384M total (Swap) 0 free, 0 total
[2019-01-06 00:19:41 PST] <main> DBG-X: Deflated 655 bytes to 496
[2019-01-06 00:19:41 PST] <main> DBG-X: Using operation named: validateAssets
[2019-01-06 00:19:41 PST] <main> DBG-X: Apple's web service operation input parameters:
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter Application = iTMSTransporter
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter BaseVersion = 1.9.6
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter CPUToken = 3ab6cf34-02bc-4c6c-942b-cba6218ca159/1546760546102
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter Client = altool
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter ClientVersion = 1.1 (1034)
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter Files = [metadata.xml, C_Users_Lucas_Desktop_hac_IOS2019_Objects_BPS_Advantage.ipa]
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter MetadataChecksum = a5c7fd3c8f845c3d31c741d0b0ea49d2
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter MetadataCompressed = (suppressed)
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter MetadataInfo = {app_platform=ios, primary_bundle_identifier=, device_id=, bundle_identifier=heertech.BPSAdvantage, packageVersion=software5.4, apple_id=1448620048, asset_types=[bundle], bundle_version=1.0.0, bundle_short_version_string=1.0.0}
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter OSIdentifier = Mac OS X 10.13.2 (x86_64); jvm=25.71-b02; jre=1.8.0-u131-b11-iTMSTransporter-b02
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter PackageName = 1448620048.itmsp
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter PackageSize = 3929642
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter RequestUUID = a4174fb9-3026-472e-b2f5-aa0cf6588f0d
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter StatisticsClientStartDateTimeZoneISO = 2019-01-06T00:19:41-08:00
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter StreamingInfoList = [file: 23ab4e14-dad0-4dcd-ae69-5104eb2b528d202173313525817351.swinfo.plist.gz, content-length: 26316, content-type: application/binary, MD5: b1225ef43fb445e10c7e75fe7a5036cb]
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter Transport = Aspera
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter TransporterArguments = -m upload -u [email protected] -sessionid @env:B730197F-7AC5-4B41-95CF-36850F50E1E7 -sharedsecret **hidden value** -f /var/folders/35/nx43fs8567l9z_wvvpc35snh0000gn/T/4B06E3FF-293D-4EA9-9413-B0D34DC3D88F/1448620048.itmsp -checksumValidation false -indicator true -v eXtreme -Dtransporter.client=altool -Dtransporter.client.version=1.1 (1034)
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter Version = 1.12.0
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter iTMSTransporterMode = upload
[2019-01-06 00:19:41 PST] <main> INFO: id = 20190106001941-561
[2019-01-06 00:19:41 PST] <main> INFO: iTMSTransporter Correlation Key: 6c4d76d3-5bb0-40c5-bd43-442e44882e97
[2019-01-06 00:19:43 PST] <main> DBG-X: Apple's web service operation return value:
[2019-01-06 00:19:43 PST] <main> DBG-X: parameter Errors = [ERROR ITMS-90017: "This bundle is invalid. The IPA format requires a top-level directory named Payload, containing only a .app bundle and optional plugins in a Plugins directory."]
[2019-01-06 00:19:43 PST] <main> DBG-X: parameter FilesToUpload = [metadata.xml, C_Users_Lucas_Desktop_hac_IOS2019_Objects_BPS_Advantage.ipa]
[2019-01-06 00:19:43 PST] <main> DBG-X: parameter AssetsToDescribe = [{Role=source, Filename=C_Users_Lucas_Desktop_hac_IOS2019_Objects_BPS_Advantage.ipa, ShouldDescribeAsset=true, UTI=com.apple.ipa}]
[2019-01-06 00:19:43 PST] <main> DBG-X: parameter Checksums = {C_Users_Lucas_Desktop_hac_IOS2019_Objects_BPS_Advantage.ipa=0a9dfa27d2945caa1ed4c32d9528d0c5}
[2019-01-06 00:19:43 PST] <main> DBG-X: parameter EnableJWTForAllCalls = false
[2019-01-06 00:19:43 PST] <main> DBG-X: parameter FileSizes = {C_Users_Lucas_Desktop_hac_IOS2019_Objects_BPS_Advantage.ipa=3928987}
[2019-01-06 00:19:43 PST] <main> DBG-X: parameter MinimumFileSizeThresholdForCheckum = 104857600
[2019-01-06 00:19:43 PST] <main> DBG-X: parameter SoftwareMediaDescriptionFormat = binary
[2019-01-06 00:19:43 PST] <main> DBG-X: parameter ErrorCode = 1102
[2019-01-06 00:19:43 PST] <main> DBG-X: parameter SoftwareMediaDescriptionThresholds = {in-app-purchase-content={extensions=[pkg], size=100000000}, ccats={extensions=[pdf], size=100000000}, product-archive={extensions=[pkg], size=100000000}, developer-id-package={extensions=[zip, pkg, dmg], size=100000000}, bundle={extensions=[zip, ipa], size=100000000}, large-icon={extensions=[jpg, png, jpeg], size=100000000}}
[2019-01-06 00:19:43 PST] <main> DBG-X: parameter ErrorMessage = ERROR ITMS-90017: "This bundle is invalid. The IPA format requires a top-level directory named Payload, containing only a .app bundle and optional plugins in a Plugins directory.
(1102)
[2019-01-06 00:19:43 PST] <main> DBG-X: parameter Success = false
[2019-01-06 00:19:43 PST] <main> ERROR: ERROR ITMS-90017: "This bundle is invalid. The IPA format requires a top-level directory named Payload, containing only a .app bundle and optional plugins in a Plugins directory."
[2019-01-06 00:19:43 PST] <main> DBG-X: The error code is: 1102
[2019-01-06 00:19:43 PST] <main> INFO: Done performing authentication.
[2019-01-06 00:19:43 PST] <main> DBG-X: Returning 1
2019-01-06 00:19:43.660 altool[71087:2989099] Out:
Package Summary:
1 package(s) were not uploaded because they had problems:
/var/folders/35/nx43fs8567l9z_wvvpc35snh0000gn/T/4B06E3FF-293D-4EA9-9413-B0D34DC3D88F/1448620048.itmsp - Error Messages:
ERROR ITMS-90017: "This bundle is invalid. The IPA format requires a top-level directory named Payload, containing only a .app bundle and optional plugins in a Plugins directory."
2019-01-06 00:19:43.720 altool[71087:2989094] *** Error: Errors uploading 'C:\Users\Lucas\Desktop\hac_IOS2019\Objects\BPS Advantage.ipa': (
"Error Domain=ITunesTransporterErrorDomain Code=-18000 \"ERROR ITMS-90017: \"This bundle is invalid. The IPA format requires a top-level directory named Payload, containing only a .app bundle and optional plugins in a Plugins directory.\"\" UserInfo={NSLocalizedRecoverySuggestion=ERROR ITMS-90017: \"This bundle is invalid. The IPA format requires a top-level directory named Payload, containing only a .app bundle and optional plugins in a Plugins directory.\", NSLocalizedDescription=ERROR ITMS-90017: \"This bundle is invalid. The IPA format requires a top-level directory named Payload, containing only a .app bundle and optional plugins in a Plugins directory.\", NSLocalizedFailureReason=ERROR ITMS-90017: \"This bundle is invalid. The IPA format requires a top-level directory named Payload, containing only a .app bundle and optional plugins in a Plugins directory.\"}"
)
Submitting app (this step can take several minutes to complete).
Error: 2019-01-06 00:19:43.636 altool[71087:2989099] 10.4-style NSDateFormatter method called on a 10.0-style formatter, which doesn't work. Break on _NSDateFormatter_Log_New_Methods_On_Old_Formatters to debug. This message will only be logged once.
2019-01-06 00:19:43.636 altool[71087:2989099] Error:
[2019-01-06 00:19:14 PST] <main> INFO: Transporter is searching for new software components.
[2019-01-06 00:19:16 PST] <main> INFO: Update check complete.
[2019-01-06 00:19:18 PST] <main> INFO: Logging level set to eXtreme
[2019-01-06 00:19:18 PST] <main> INFO: Logging configured successfully.
[2019-01-06 00:19:19 PST] <main> INFO: MD5 checksum calculation in the transporter will be skipped.
[2019-01-06 00:19:19 PST] <main> DEBUG: Attempting refresh of configuration data from https://contentdelivery.itunes.apple.com/transporter/Defaults.properties
[2019-01-06 00:19:19 PST] <main> DEBUG: Configuration refresh successful.
[2019-01-06 00:19:19 PST] <main> DEBUG: Saving configuration to local path: /Users/administrator/.itmstransporter/Defaults.properties
[2019-01-06 00:19:19 PST] <main> INFO: iTMSTransporter : iTunes Store Transporter [1.12.0]
[2019-01-06 00:19:19 PST] <main> INFO: OS identifier: Mac OS X 10.13.2 (x86_64); jvm=25.71-b02; jre=1.8.0-u131-b11-iTMSTransporter-b02
[2019-01-06 00:19:19 PST] <main> INFO: Memory: [JVM] 1095M free, 1128M total, 1820M max [System] (Physical) 9803M free, 16384M total (Swap) 0 free, 0 total
[2019-01-06 00:19:19 PST] <main> INFO: Client: altool 1.1 (1034)
[2019-01-06 00:19:19 PST] <main> INFO: Upload mode selected.
[2019-01-06 00:19:19 PST] <main> DBG-X: Memory: [JVM] 1095M free, 1128M total, 1820M max [System] (Physical) 9803M free, 16384M total (Swap) 0 free, 0 total
[2019-01-06 00:19:19 PST] <main> DBG-X: Using operation named: authenticateForTransportDiscovery
[2019-01-06 00:19:19 PST] <main> DBG-X: Apple's web service operation input parameters:
[2019-01-06 00:19:19 PST] <main> DBG-X: parameter Application = iTMSTransporter
[2019-01-06 00:19:19 PST] <main> DBG-X: parameter BaseVersion = 1.9.6
[2019-01-06 00:19:19 PST] <main> DBG-X: parameter Client = altool
[2019-01-06 00:19:19 PST] <main> DBG-X: parameter ClientVersion = 1.1 (1034)
[2019-01-06 00:19:19 PST] <main> DBG-X: parameter OSIdentifier = Mac OS X 10.13.2 (x86_64); jvm=25.71-b02; jre=1.8.0-u131-b11-iTMSTransporter-b02
[2019-01-06 00:19:19 PST] <main> DBG-X: parameter StatisticsClientStartDateTimeZoneISO = 2019-01-06T00:19:19-08:00
[2019-01-06 00:19:19 PST] <main> DBG-X: parameter StatisticsPreviousCallDurationInSecs = 0.37921284
[2019-01-06 00:19:19 PST] <main> DBG-X: parameter TransporterArguments = -m upload -u [email protected] -sessionid @env:B730197F-7AC5-4B41-95CF-36850F50E1E7 -sharedsecret **hidden value** -f /var/folders/35/nx43fs8567l9z_wvvpc35snh0000gn/T/4B06E3FF-293D-4EA9-9413-B0D34DC3D88F/1448620048.itmsp -checksumValidation false -indicator true -v eXtreme -Dtransporter.client=altool -Dtransporter.client.version=1.1 (1034)
[2019-01-06 00:19:19 PST] <main> DBG-X: parameter Version = 1.12.0
[2019-01-06 00:19:19 PST] <main> DBG-X: parameter iTMSTransporterMode = upload
[2019-01-06 00:19:19 PST] <main> INFO: id = 20190106001919-042
[2019-01-06 00:19:19 PST] <main> INFO: iTMSTransporter Correlation Key: 6c4d76d3-5bb0-40c5-bd43-442e44882e97
[2019-01-06 00:19:22 PST] <main> DBG-X: Apple's web service operation return value:
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter EnableJWTForAllCalls = false
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter PreferredTransports = [Aspera, Signiant, DAV]
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter TransportHosts.Signiant = [sgr604.apple.com:44001]
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter SessionExpiration = 2019-01-10T08:19:19.828Z
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter TransportHosts.DAV = [itmsdav.apple.com:443]
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter TransportHosts.Aspera = [vgr503.apple.com:33001, vgr501.apple.com:33001, vgr504.apple.com:33001, vgr502.apple.com:33001]
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter StreamingSettings = {LogStreamingEnabled=true, MultipartUploadsEnabled=true, AssetDescriptionStreamingEnabled=false}
[2019-01-06 00:19:22 PST] <main> INFO: Examining the package at: /var/folders/35/nx43fs8567l9z_wvvpc35snh0000gn/T/4B06E3FF-293D-4EA9-9413-B0D34DC3D88F/1448620048.itmsp
[2019-01-06 00:19:22 PST] <main> INFO: Ensuring that package has well formed metadata file...
[2019-01-06 00:19:22 PST] <main> DEBUG: Getting case-sensitive metadata xml filename...
[2019-01-06 00:19:22 PST] <main> INFO: Gathering the list of valid files from the package ...
[2019-01-06 00:19:22 PST] <main> DEBUG: metadata.xml will be verified by Apple's web service to determine if it is a valid file.
[2019-01-06 00:19:22 PST] <main> DEBUG: C_Users_Lucas_Desktop_hac_IOS2019_Objects_BPS_Advantage.ipa will be verified by Apple's web service to determine if it is a valid file.
[2019-01-06 00:19:22 PST] <main> INFO: Finished gathering the list of valid files from the package.
[2019-01-06 00:19:22 PST] <main> DEBUG: Case-sensitive metadata filename is: metadata.xml
[2019-01-06 00:19:22 PST] <main> INFO: Performing authentication of package 1448620048.itmsp ...
[2019-01-06 00:19:22 PST] <main> DBG-X: Memory: [JVM] 1071M free, 1128M total, 1820M max [System] (Physical) 9799M free, 16384M total (Swap) 0 free, 0 total
[2019-01-06 00:19:22 PST] <main> DBG-X: Deflated 655 bytes to 496
[2019-01-06 00:19:22 PST] <main> DBG-X: Using operation named: validateMetadata
[2019-01-06 00:19:22 PST] <main> DBG-X: Apple's web service operation input parameters:
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter Application = iTMSTransporter
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter BaseVersion = 1.9.6
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter Client = altool
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter ClientVersion = 1.1 (1034)
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter Files = [metadata.xml, C_Users_Lucas_Desktop_hac_IOS2019_Objects_BPS_Advantage.ipa]
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter Metadata = <?xml version="1.0" encoding="UTF-8"?>
<package version="software5.4" xmlns="http://apple.com/itunes/importer">
<software_assets apple_id="1448620048"
bundle_short_version_string="1.0.0"
bundle_version="1.0.0"
bundle_identifier="heertech.BPSAdvantage"
app_platform="ios">
<asset type="bundle">
<data_file>
<file_name>C_Users_Lucas_Desktop_hac_IOS2019_Objects_BPS_Advantage.ipa</file_name>
<checksum type="md5">0a9dfa27d2945caa1ed4c32d9528d0c5</checksum>
<size>3928987</size>
</data_file>
</asset>
</software_assets>
</package>
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter MetadataChecksum = a5c7fd3c8f845c3d31c741d0b0ea49d2
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter MetadataCompressed = (suppressed)
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter MetadataInfo = {app_platform=ios, primary_bundle_identifier=, device_id=, bundle_identifier=heertech.BPSAdvantage, packageVersion=software5.4, apple_id=1448620048, asset_types=[bundle], bundle_version=1.0.0, bundle_short_version_string=1.0.0}
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter OSIdentifier = Mac OS X 10.13.2 (x86_64); jvm=25.71-b02; jre=1.8.0-u131-b11-iTMSTransporter-b02
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter PackageName = 1448620048.itmsp
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter PackageSize = 3929642
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter StatisticsClientStartDateTimeZoneISO = 2019-01-06T00:19:22-08:00
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter TransporterArguments = -m upload -u [email protected] -sessionid @env:B730197F-7AC5-4B41-95CF-36850F50E1E7 -sharedsecret **hidden value** -f /var/folders/35/nx43fs8567l9z_wvvpc35snh0000gn/T/4B06E3FF-293D-4EA9-9413-B0D34DC3D88F/1448620048.itmsp -checksumValidation false -indicator true -v eXtreme -Dtransporter.client=altool -Dtransporter.client.version=1.1 (1034)
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter Version = 1.12.0
[2019-01-06 00:19:22 PST] <main> DBG-X: parameter iTMSTransporterMode = upload
[2019-01-06 00:19:22 PST] <main> INFO: id = 20190106001922-278
[2019-01-06 00:19:22 PST] <main> INFO: iTMSTransporter Correlation Key: 6c4d76d3-5bb0-40c5-bd43-442e44882e97
[2019-01-06 00:19:23 PST] <main> DBG-X: Apple's web service operation return value:
[2019-01-06 00:19:23 PST] <main> DBG-X: parameter EnableJWTForAllCalls = false
[2019-01-06 00:19:23 PST] <main> DBG-X: parameter SessionExpiration = 2019-01-10T08:19:22.214Z
[2019-01-06 00:19:23 PST] <main> DBG-X: parameter MinimumFileSizeThresholdForCheckum = 104857600
[2019-01-06 00:19:23 PST] <main> DBG-X: parameter SoftwareMediaDescriptionFormat = binary
[2019-01-06 00:19:23 PST] <main> DBG-X: parameter SoftwareMediaDescriptionThresholds = {in-app-purchase-content={extensions=[pkg], size=100000000}, ccats={extensions=[pdf], size=100000000}, product-archive={extensions=[pkg], size=100000000}, developer-id-package={extensions=[zip, pkg, dmg], size=100000000}, bundle={extensions=[zip, ipa], size=100000000}, large-icon={extensions=[jpg, png, jpeg], size=100000000}}
[2019-01-06 00:19:23 PST] <main> DBG-X: parameter Success = true
[2019-01-06 00:19:23 PST] <main> DBG-X: parameter StreamingSettings = {LogStreamingEnabled=true, MultipartUploadsEnabled=true, AssetDescriptionStreamingEnabled=false}
[2019-01-06 00:19:23 PST] <main> DBG-X: parameter FilesToUpload = [metadata.xml, C_Users_Lucas_Desktop_hac_IOS2019_Objects_BPS_Advantage.ipa]
[2019-01-06 00:19:23 PST] <main> DBG-X: parameter AssetsToDescribe = [{Role=source, Filename=C_Users_Lucas_Desktop_hac_IOS2019_Objects_BPS_Advantage.ipa, ShouldDescribeAsset=true, UTI=com.apple.ipa}]
[2019-01-06 00:19:23 PST] <main> DBG-X: parameter CPUToken = 96f56e62-cba0-4eb0-88fb-0309ad3bbbb4/1546762763160
[2019-01-06 00:19:23 PST] <main> DBG-X: parameter Checksums = {C_Users_Lucas_Desktop_hac_IOS2019_Objects_BPS_Advantage.ipa=0a9dfa27d2945caa1ed4c32d9528d0c5}
[2019-01-06 00:19:23 PST] <main> DBG-X: parameter FileSizes = {C_Users_Lucas_Desktop_hac_IOS2019_Objects_BPS_Advantage.ipa=3928987}
[2019-01-06 00:19:23 PST] <main> DBG-X: parameter ProviderNameForToken = JV8P7Y38H6
[2019-01-06 00:19:23 PST] <main> INFO: The list of files requested for upload by Apple is: [metadata.xml, C_Users_Lucas_Desktop_hac_IOS2019_Objects_BPS_Advantage.ipa]. These are the files that will be uploaded.
[2019-01-06 00:19:23 PST] <main> INFO: Starting media analysis of assets
[2019-01-06 00:19:24 PST] <main> DEBUG: Handling asset: filename=C_Users_Lucas_Desktop_hac_IOS2019_Objects_BPS_Advantage.ipa,uti=com.apple.ipa,role=source,describe=true
[2019-01-06 00:19:24 PST] <main> DEBUG: Using container type tool name and version: iOS App Describer:1.26
[2019-01-06 00:19:24 PST] <main> DEBUG: Using path: /var/folders/35/nx43fs8567l9z_wvvpc35snh0000gn/T/4B06E3FF-293D-4EA9-9413-B0D34DC3D88F/1448620048.itmsp/C_Users_Lucas_Desktop_hac_IOS2019_Objects_BPS_Advantage.ipa
[2019-01-06 00:19:26 PST] <main> DBG-X: description length:0
[2019-01-06 00:19:26 PST] <main> DBG-X: Asset description:
[2019-01-06 00:19:26 PST] <main> DEBUG: Asset successfully described: com.apple.jingle.leghorn.software.AbstractSoftwareDescriber$1@3cbcd8f3
[2019-01-06 00:19:26 PST] <main> DBG-X: Deflated 619 bytes to 377
[2019-01-06 00:19:26 PST] <main> INFO: Asset media analysis has completed
[2019-01-06 00:19:26 PST] <main> DBG-X: Memory: [JVM] 1033M free, 1128M total, 1820M max [System] (Physical) 9775M free, 16384M total (Swap) 0 free, 0 total
[2019-01-06 00:19:26 PST] <main> DBG-X: Using operation named: lookupTransportDiagnostic
[2019-01-06 00:19:26 PST] <main> DBG-X: Apple's web service operation input parameters:
[2019-01-06 00:19:26 PST] <main> DBG-X: parameter Application = iTMSTransporter
[2019-01-06 00:19:26 PST] <main> DBG-X: parameter BaseVersion = 1.9.6
[2019-01-06 00:19:26 PST] <main> DBG-X: parameter Client = altool
[2019-01-06 00:19:26 PST] <main> DBG-X: parameter ClientVersion = 1.1 (1034)
[2019-01-06 00:19:26 PST] <main> DBG-X: parameter OSIdentifier = Mac OS X 10.13.2 (x86_64); jvm=25.71-b02; jre=1.8.0-u131-b11-iTMSTransporter-b02
[2019-01-06 00:19:26 PST] <main> DBG-X: parameter StatisticsClientStartDateTimeZoneISO = 2019-01-06T00:19:26-08:00
[2019-01-06 00:19:26 PST] <main> DBG-X: parameter TransporterArguments = -m upload -u [email protected] -sessionid @env:B730197F-7AC5-4B41-95CF-36850F50E1E7 -sharedsecret **hidden value** -f /var/folders/35/nx43fs8567l9z_wvvpc35snh0000gn/T/4B06E3FF-293D-4EA9-9413-B0D34DC3D88F/1448620048.itmsp -checksumValidation false -indicator true -v eXtreme -Dtransporter.client=altool -Dtransporter.client.version=1.1 (1034)
[2019-01-06 00:19:26 PST] <main> DBG-X: parameter Version = 1.12.0
[2019-01-06 00:19:26 PST] <main> DBG-X: parameter iTMSTransporterMode = upload
[2019-01-06 00:19:26 PST] <main> INFO: id = 20190106001926-401
[2019-01-06 00:19:27 PST] <main> INFO: iTMSTransporter Correlation Key: 6c4d76d3-5bb0-40c5-bd43-442e44882e97
[2019-01-06 00:19:39 PST] <main> DBG-X: Apple's web service operation return value:
[2019-01-06 00:19:39 PST] <main> DBG-X: parameter AsperaLoggingLevel = OFF
[2019-01-06 00:19:39 PST] <main> DBG-X: parameter EnableJWTForAllCalls = false
[2019-01-06 00:19:39 PST] <main> DBG-X: parameter SigniantLoggingLevel = OFF
[2019-01-06 00:19:39 PST] <main> DBG-X: parameter SessionExpiration = 2019-01-10T08:19:27.236Z
[2019-01-06 00:19:39 PST] <main> DBG-X: parameter StreamingSettings = {LogStreamingEnabled=true, MultipartUploadsEnabled=true, AssetDescriptionStreamingEnabled=false}
[2019-01-06 00:19:39 PST] <main> DBG-X: testing host/port: vgr504.apple.com/33001
[2019-01-06 00:19:41 PST] <aspera.util.SelectThread> INFO: The upload of the file named /var/folders/35/nx43fs8567l9z_wvvpc35snh0000gn/T/7d449147-1b13-437d-bba6-1de8aac47b8c8803994141513795435dir/53bb56f5-0382-407a-8b37-82d2d1018c962992651269463951629.txt has started.
[2019-01-06 00:19:41 PST] <aspera.util.SelectThread> INFO: File: /var/folders/35/nx43fs8567l9z_wvvpc35snh0000gn/T/7d449147-1b13-437d-bba6-1de8aac47b8c8803994141513795435dir/53bb56f5-0382-407a-8b37-82d2d1018c962992651269463951629.txt 11/11, 100% completed
[2019-01-06 00:19:41 PST] <aspera.util.SelectThread> INFO: The status is FINISHED for the file named /var/folders/35/nx43fs8567l9z_wvvpc35snh0000gn/T/7d449147-1b13-437d-bba6-1de8aac47b8c8803994141513795435dir/53bb56f5-0382-407a-8b37-82d2d1018c962992651269463951629.txt.
[2019-01-06 00:19:41 PST] <main> INFO: The session's final state is Complete
[2019-01-06 00:19:41 PST] <main> INFO: Number of files transferred: 1 . Names of files transferred:
[2019-01-06 00:19:41 PST] <main> INFO: /var/folders/35/nx43fs8567l9z_wvvpc35snh0000gn/T/7d449147-1b13-437d-bba6-1de8aac47b8c8803994141513795435dir/53bb56f5-0382-407a-8b37-82d2d1018c962992651269463951629.txt - Complete
[2019-01-06 00:19:41 PST] <main> DEBUG: Using token file path /Users/administrator/.itmstransporter/UploadTokens/administrators-Mac-mini.local_JV8P7Y38H6_1448620048.itmsp.token
[2019-01-06 00:19:41 PST] <main> DEBUG: Attempting exclusive file lock on token file
[2019-01-06 00:19:41 PST] <main> DEBUG: Token exists, examining
[2019-01-06 00:19:41 PST] <main> DEBUG: Token pid: 70715, found process = false; my pid: 71094
[2019-01-06 00:19:41 PST] <main> DEBUG: Reusing existing token: 3ab6cf34-02bc-4c6c-942b-cba6218ca159/1546760546102
[2019-01-06 00:19:41 PST] <main> DEBUG: Set token: 3ab6cf34-02bc-4c6c-942b-cba6218ca159/1546760546102
[2019-01-06 00:19:41 PST] <main> DBG-X: Memory: [JVM] 1025M free, 1128M total, 1820M max [System] (Physical) 9773M free, 16384M total (Swap) 0 free, 0 total
[2019-01-06 00:19:41 PST] <main> DBG-X: Deflated 655 bytes to 496
[2019-01-06 00:19:41 PST] <main> DBG-X: Using operation named: validateAssets
[2019-01-06 00:19:41 PST] <main> DBG-X: Apple's web service operation input parameters:
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter Application = iTMSTransporter
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter BaseVersion = 1.9.6
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter CPUToken = 3ab6cf34-02bc-4c6c-942b-cba6218ca159/1546760546102
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter Client = altool
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter ClientVersion = 1.1 (1034)
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter Files = [metadata.xml, C_Users_Lucas_Desktop_hac_IOS2019_Objects_BPS_Advantage.ipa]
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter MetadataChecksum = a5c7fd3c8f845c3d31c741d0b0ea49d2
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter MetadataCompressed = (suppressed)
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter MetadataInfo = {app_platform=ios, primary_bundle_identifier=, device_id=, bundle_identifier=heertech.BPSAdvantage, packageVersion=software5.4, apple_id=1448620048, asset_types=[bundle], bundle_version=1.0.0, bundle_short_version_string=1.0.0}
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter OSIdentifier = Mac OS X 10.13.2 (x86_64); jvm=25.71-b02; jre=1.8.0-u131-b11-iTMSTransporter-b02
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter PackageName = 1448620048.itmsp
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter PackageSize = 3929642
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter RequestUUID = a4174fb9-3026-472e-b2f5-aa0cf6588f0d
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter StatisticsClientStartDateTimeZoneISO = 2019-01-06T00:19:41-08:00
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter StreamingInfoList = [file: 23ab4e14-dad0-4dcd-ae69-5104eb2b528d202173313525817351.swinfo.plist.gz, content-length: 26316, content-type: application/binary, MD5: b1225ef43fb445e10c7e75fe7a5036cb]
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter Transport = Aspera
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter TransporterArguments = -m upload -u [email protected] -sessionid @env:B730197F-7AC5-4B41-95CF-36850F50E1E7 -sharedsecret **hidden value** -f /var/folders/35/nx43fs8567l9z_wvvpc35snh0000gn/T/4B06E3FF-293D-4EA9-9413-B0D34DC3D88F/1448620048.itmsp -checksumValidation false -indicator true -v eXtreme -Dtransporter.client=altool -Dtransporter.client.version=1.1 (1034)
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter Version = 1.12.0
[2019-01-06 00:19:41 PST] <main> DBG-X: parameter iTMSTransporterMode = upload
[2019-01-06 00:19:41 PST] <main> INFO: id = 20190106001941-561
[2019-01-06 00:19:41 PST] <main> INFO: iTMSTransporter Correlation Key: 6c4d76d3-5bb0-40c5-bd43-442e44882e97
[2019-01-06 00:19:43 PST] <main> DBG-X: Apple's web service operation return value:
[2019-01-06 00:19:43 PST] <main> DBG-X: parameter Errors = [ERROR ITMS-90017: "This bundle is invalid. The IPA format requires a top-level directory named Payload, containing only a .app bundle and optional plugins in a Plugins directory."]
[2019-01-06 00:19:43 PST] <main> DBG-X: parameter FilesToUpload = [metadata.xml, C_Users_Lucas_Desktop_hac_IOS2019_Objects_BPS_Advantage.ipa]
[2019-01-06 00:19:43 PST] <main> DBG-X: parameter AssetsToDescribe = [{Role=source, Filename=C_Users_Lucas_Desktop_hac_IOS2019_Objects_BPS_Advantage.ipa, ShouldDescribeAsset=true, UTI=com.apple.ipa}]
[2019-01-06 00:19:43 PST] <main> DBG-X: parameter Checksums = {C_Users_Lucas_Desktop_hac_IOS2019_Objects_BPS_Advantage.ipa=0a9dfa27d2945caa1ed4c32d9528d0c5}
[2019-01-06 00:19:43 PST] <main> DBG-X: parameter EnableJWTForAllCalls = false
[2019-01-06 00:19:43 PST] <main> DBG-X: parameter FileSizes = {C_Users_Lucas_Desktop_hac_IOS2019_Objects_BPS_Advantage.ipa=3928987}
[2019-01-06 00:19:43 PST] <main> DBG-X: parameter MinimumFileSizeThresholdForCheckum = 104857600
[2019-01-06 00:19:43 PST] <main> DBG-X: parameter SoftwareMediaDescriptionFormat = binary
[2019-01-06 00:19:43 PST] <main> DBG-X: parameter ErrorCode = 1102
[2019-01-06 00:19:43 PST] <main> DBG-X: parameter SoftwareMediaDescriptionThresholds = {in-app-purchase-content={extensions=[pkg], size=100000000}, ccats={extensions=[pdf], size=100000000}, product-archive={extensions=[pkg], size=100000000}, developer-id-package={extensions=[zip, pkg, dmg], size=100000000}, bundle={extensions=[zip, ipa], size=100000000}, large-icon={extensions=[jpg, png, jpeg], size=100000000}}
[2019-01-06 00:19:43 PST] <main> DBG-X: parameter ErrorMessage = ERROR ITMS-90017: "This bundle is invalid. The IPA format requires a top-level directory named Payload, containing only a .app bundle and optional plugins in a Plugins directory.
(1102)
[2019-01-06 00:19:43 PST] <main> DBG-X: parameter Success = false
[2019-01-06 00:19:43 PST] <main> ERROR: ERROR ITMS-90017: "This bundle is invalid. The IPA format requires a top-level directory named Payload, containing only a .app bundle and optional plugins in a Plugins directory."
[2019-01-06 00:19:43 PST] <main> DBG-X: The error code is: 1102
[2019-01-06 00:19:43 PST] <main> INFO: Done performing authentication.
[2019-01-06 00:19:43 PST] <main> DBG-X: Returning 1
2019-01-06 00:19:43.660 altool[71087:2989099] Out:
Package Summary:
1 package(s) were not uploaded because they had problems:
/var/folders/35/nx43fs8567l9z_wvvpc35snh0000gn/T/4B06E3FF-293D-4EA9-9413-B0D34DC3D88F/1448620048.itmsp - Error Messages:
ERROR ITMS-90017: "This bundle is invalid. The IPA format requires a top-level directory named Payload, containing only a .app bundle and optional plugins in a Plugins directory."
2019-01-06 00:19:43.720 altool[71087:2989094] *** Error: Errors uploading 'C:\Users\Lucas\Desktop\hac_IOS2019\Objects\BPS Advantage.ipa': (
"Error Domain=ITunesTransporterErrorDomain Code=-18000 \"ERROR ITMS-90017: \"This bundle is invalid. The IPA format requires a top-level directory named Payload, containing only a .app bundle and optional plugins in a Plugins directory.\"\" UserInfo={NSLocalizedRecoverySuggestion=ERROR ITMS-90017: \"This bundle is invalid. The IPA format requires a top-level directory named Payload, containing only a .app bundle and optional plugins in a Plugins directory.\", NSLocalizedDescription=ERROR ITMS-90017: \"This bundle is invalid. The IPA format requires a top-level directory named Payload, containing only a .app bundle and optional plugins in a Plugins directory.\", NSLocalizedFailureReason=ERROR ITMS-90017: \"This bundle is invalid. The IPA format requires a top-level directory named Payload, containing only a .app bundle and optional plugins in a Plugins directory.\"}"
)
Help would be deeply appreciated, thank you!