Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Continuous integration Xcode altool Error: Exception while launching iTunesTransporter

If anyone is using altool to automate uploads for continuous integration I believe they broke it at 6.3.x.

altool[] *** Error: Exception while launching iTunesTransporter: Transporter not found at path: /usr/local/itms/bin/iTMSTransporter.  You should reinstall the application.
like image 644
jriskin Avatar asked Apr 30 '15 23:04

jriskin


1 Answers

My fix for now was just to locate and link the location.

ln -s /Applications/Xcode.app/Contents/Applications/Application\ Loader.app/Contents/itms /usr/local/itms 
like image 182
jriskin Avatar answered Oct 10 '22 06:10

jriskin