持续集成Xcode altool错误:启动iTunesTransporter时出现异常

前端之家收集整理的这篇文章主要介绍了持续集成Xcode altool错误:启动iTunesTransporter时出现异常前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
如果有人使用altool自动上传以进行持续集成,我相信他们会在6.3.x时将其打破.
altool[] *** Error: Exception while launching iTunesTransporter: Transporter not found at path: /usr/local/itms/bin/iTMSTransporter.  You should reinstall the application.

解决方法

我现在的解决方法是找到并链接该位置.
ln -s /Applications/Xcode.app/Contents/Applications/Application\ Loader.app/Contents/itms /usr/local/itms
原文链接:https://www.f2er.com/iOS/332179.html

猜你在找的iOS相关文章