Continuous Integration Xcode altool Error: exception when starting iTunesTransporter

If someone uses altool to automate downloads for continuous integration, I believe they broke it on 6.3.x.

altool[] *** Error: Exception while launching iTunesTransporter: Transporter not found at path: /usr/local/itms/bin/iTMSTransporter. You should reinstall the application. 
+7
xcode continuous-integration xcode-server
source share
1 answer

My solution at the moment was to find and associate a location.

 ln -s /Applications/Xcode.app/Contents/Applications/Application\ Loader.app/Contents/itms /usr/local/itms 
+11
source share

All Articles