Failed to create parent directory for itmtransporter

I am having this problem when I try to download an application through xcode 7.1 or the application loader. Can anyone help?

enter image description here

Failed to create parent directory for: /Users/.itmstransporter/softwaresupport/bin/Frameworks/ITunesSoftwareService.framework/Resources/ITunesSoftwareServiceConfiguration.xml

An exception occurred: /Users/.itmstransporter/softwaresupport/bin/Frameworks/ITunesSoftwareService.framework/Resources/ITunesSoftwareServiceConfiguration.xml(No such file or directory)

Failed to configure software support.

+4
source share
1 answer
  • cd ~ / .itmstransporter
  • rm update_check *
  • mv softwaresupport softwaresupport.bak
  • cd UploadTokens
  • rm *.token

. :) Happy Coding

+6

Source: https://habr.com/ru/post/1613023/


All Articles