As the application loader is now gone with Xcode 11, I tried to upload my app through the commandline tool xcrun altool. I first created an apiKey on app store connect. Then I used this command to upload my app:
xcrun altool --upload-app --type iOS --file <path-to-ipa> --apiKey <keyID> --apiIssuer <IssuerID> --verbose
I saw some logs and it seemed that it is working, but then it got stucked here:
2019-09-26 15:33:38.362 altool[62528:4432964] Using tool '/Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Versions/A/Frameworks/AppStoreService.framework/Resources/DTAppAnalyzerExtractor'. 2019-09-26 15:33:38.362 altool[62528:4432964] 'DTAppAnalyzerExtractor': self.executablePath: /Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Versions/A/Frameworks/AppStoreService.framework/Resources/DTAppAnalyzerExtractor 2019-09-26 15:33:38.363 altool[62528:4432964] Launching: /Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Versions/A/Frameworks/AppStoreService.framework/Resources/DTAppAnalyzerExtractor --input-dir /var/folders/_1/7_lm5w6j5px21sd311p2g7340000gn/T/xxx.ipa --output-file /var/folders/_1/7_lm5w6j5px21sd311p2g7340000gn/T/DTAppAnalyzerExtractorOutput-DCBxxx406xxB4E-Cxxx6C53F2.zip 2019-09-26 15:33:42.725 altool[62528:4432963] Web service call (validateSoftwareSPIUsage) result: (null) 2019-09-26 15:33:42.856 altool[62528:4432963] Using template named: purple-metadata-template 2019-09-26 15:33:42.858 altool[62528:4432956] Sending request to iTunesTransporter... 2019-09-26 15:33:42.859 altool[62528:4432956] Command: /Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Versions/A/itms/bin/iTMSTransporter 2019-09-26 15:33:42.859 altool[62528:4432956] Arguments: -m upload -u 'xxx@icloud.com' -vp json -TxHeaders eyJqZW5xxxxxXRlIjoicHYifQ== -sessionid @env:0028Bxxxxx8D1xxxxxxx-BFxxxxA75 -sharedsecret @env:xxxxxxxx -f '/var/folders/_1/7_lm5wxxxxp2g7340000gn/T/8B0E8xxx4AD7-A547-4xxBD53/1219768922.itmsp' -indicator true -v eXtreme -Dtransporter.client='altool' -Dtransporter.client.version='4.00 (1181)' 2019-09-26 15:33:45.901 altool[62528:4432953] [2019-09-26 15:33:45 MESZ] INFO: Configuring logging... 2019-09-26 15:33:45.914 altool[62528:4432953] [2019-09-26 15:33:45 MESZ] INFO: Logging level set to eXtreme
Does someone has the same Problem and found a solution for this?
EDIT:
Okay I solved the problem. I deleted xcode (and all it dependencies) and reinstalled it. Restarted my mac and then it worked.