iOS云打包ipa上传AppStore报错

(&(osgi.native.osname=Linux)(osgi.native.processor=x86-64))

(&(package=com.apple.its.epubcheck)(version>=4.3.0)(!(version>=5.0.0)))

Unable to download a software component: com.apple.its.epubcheck-runner/4.3.0

could not find the service with interface (com.apple.transporter.osgi.TransporterService)

unsatisfied requirement: com.apple.transporter.aspera-linux-x64

unsatisfied requirement: com.apple.transporter.mediatoolkit

935f05e867281ef4cb080e135920ee70.png

xcode11遇到这个问题,下面是个解决方案
step1: 打开终端输入
open ~/Library/Caches/com.apple.amp.itmstransporter/

step2: 删除文件夹内所有文件

step3: 在终端输入 (亲测在这里打开VPN会快很多,下载内容大概60M+)
/Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Versions/A/itms/bin/iTMSTransporter

step4: 下载完了后重启Xcode

// 如果在Xcode使用了shift+command+k清除缓存后,需要重新运行step1-step4

你可能感兴趣的:(iOS云打包ipa上传AppStore报错)