简体   繁体   中英

How can I successfully upload a binary on Xcode 7 without this errors?

I archive a binary with Xcode 7, then I validate the binary and when I try to submit to the iOS Appstore, I get the following errors:

  • Could not make parent directory for: /Users/DEC/.itmstransporter/softwaresupport/bin/Frameworks/MZXMLMarshalling.framework/Resources/Info.plist

  • Could not configure software support.

  • An exception has occurred: /Users/DEC/.itmstransporter/softwaresupport/bin/Frameworks/MZXMLMarshalling.framework/Resources/Info.plist (No such file or directory)

  • The session's status is FAILED and the error description is 'failed to open ssh session. (16)'

The app runs perfectly in the iOS simulator and on the iPhone 5(iOS 8.3) and it doest seems like there is an error in the code.

I also try the uploading with the application loader but the same happens.

I think it could be something about xcode 7 or ios 9 because i didnt have this problems before.

Thanks for your help.

错误的屏幕截图

This seems to solve the issue:

$ cd ~/.itmstransporter  
$ rm update_check*  
$ mv softwaresupport softwaresupport.bak  
$ cd UploadTokens  
$ rm *.token  

(from http://blog.csdn.net/sqc3375177/article/details/49175691 )

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM