将macOS升级到Catalina后,HOME目录从/Local/Users/jenkins
更改为/Users/jenkins
,现在iTMSTransporter
失败,并出现以下错误(显然仍在引用旧的HOME目录(:
<Equinox Log Thread - Equinox Container: 471f1643-7038-4059-ab8e-14636d149eec> ERROR: Resolver: Install error - org.apache.httpcomponents.httpcore Exception's name: java.io.IOException, Exception's message: Error accessing file:/Local/Users/jenkins/Library/Caches/com.apple.amp.itmstransporter/obr/2.0.0/org.apache.httpcomponents.httpcore-4.4.11.jar
[2020-04-23 13:08:48 EDT] <main> ERROR: could not find the service with interface (com.apple.transporter.osgi.TransporterService)
我通过重新安装的fastlane
偶然发现了这个问题。我做了很多搜索,尝试了很多事情,例如从Mac应用商店安装了新的Transporter应用程序,并从那里运行它,更新到最新的Xcode。运气不好。请帮忙!
我能够通过删除以下具有无效目录引用的讨厌文件来解决这个问题:
./System/Volumes/Data/Users/jenkins/Library/Caches/com.apple.amp.itmstransporter/obr/2.0.0/repository.xml
我注意到INFO: using cached repository.xml file
,所以我搜索了那个文件。