1

I am using Xcode 6.3.2. When i try to upload build to iTuneconncet it is crashing every time. This is crash log of xcode

Solution : As per @kovpas. I try closing xcode workspace and leave just the organizer and then try to upload. Good new is that it works fine. Thanks @Kovpas

Sandeep
  • 766
  • 5
  • 16
  • 4
    Try closing your workspace and leave just the organizer open: https://twitter.com/zacwest/status/611245608045707265 – kovpas Jun 18 '15 at 09:51
  • 2
    Export your archive as an iPA for iOS App Store Deployment. Then use the Application Loader to submit to the AppStore. It might work or give you a hint about what's going wrong. – Tomas Camin Jun 18 '15 at 09:51
  • @ kovpas : it works for me. Thanks...... – Sandeep Jun 18 '15 at 10:14
  • While uploading new build to iTunesConnect we always face network issue. Network connection is lost or facing TIME_OUT while during upload with Xcode. Application Loader has become the only option to upload build to iTunesConnect. – Sauvik Dolui Jun 18 '15 at 10:27
  • Something has changed @iTunesConnect end i guess. I successfully submitted 2 apps yesterday with Xcode ( same build as above ) yesterday and no issues. Today seeing exactly same error!!!!!. – Amod Gokhale Jun 18 '15 at 10:36
  • @kovpas please add separate answer so people could vote for it because it really helps. I faced same problem today and submitted app to iTunes only after closing project. – John Tracid Jun 18 '15 at 17:01

2 Answers2

2

Try closing your workspace and leave just the organizer open:

https://twitter.com/zacwest/status/611245608045707265

kovpas
  • 9,553
  • 6
  • 40
  • 44
1

Faced the same crash multiple times while I was submitting my App today. Finally I used "Application Loader" and it worked like charm. Export your archive as .ipa from XCode and upload using "Application Loader".

msk
  • 8,885
  • 6
  • 41
  • 72