Mobeen Afzal
Mobeen Afzal

Reputation: 251

Could not make parent directory for itmtransporter

I am having this issue when I am trying to upload my app via xcode 7.1 or Application loader. Can any one help ?

enter image description here

Could not make parent directory for: /Users/.itmstransporter/softwaresupport/bin/Frameworks/ITunesSoftwareService.framework/Resources/ITunesSoftwareServiceConfiguration.xml

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

Could not configure software support.

Upvotes: 4

Views: 1156

Answers (1)

Mobeen Afzal
Mobeen Afzal

Reputation: 251

  1. cd ~/.itmstransporter
  2. rm update_check*
  3. mv softwaresupport softwaresupport.bak
  4. cd UploadTokens
  5. rm *.token

This is the correct Fix for the problem above. Thanks :) Happy Coding

Upvotes: 6

Related Questions