12

Working on a project for a client who has sent me provisioning profiles and certificates. Trying to export and "use local signing assets" but then xcode crashes immediately. Everything worked fine when I was running iOS 8 / xCode 6.4 / Yosemite, but after upgrading to iOS 9 / xCode 7 / El Capitan I can't export the archive anymore.

https://i.stack.imgur.com/B5rB5.png https://i.stack.imgur.com/ehPV8.png

Any ideas?

1 Answers1

2

Confirmed by Apple it is a bug with xCode 7.

The workaround here from Mehul Thakkar helped me

How to convert .xcarchive to .ipa for client to submit app to app store using Application Loader

Community
  • 1
  • 1
  • +1 for interesting solution. Unfortunately this approach is not working for me. I got it to iTunes connect, but build didn't pass validation. Invalid Swift Support - The SwiftSupport folder is missing. I ended up using Xcode 7.1 beta version. – JakubKnejzlik Sep 30 '15 at 13:14
  • Unfortunately I think it will be rejected again if you build / archive with a beta version of xCode. – Scott Savarie Oct 01 '15 at 14:26
  • I've used the beta version just to export the archive. Everything else was done with GM version (Application Loader)...everything looks ok so far :) – JakubKnejzlik Oct 02 '15 at 15:11
  • Is there a link to a radar with the bug? I'm running into the exact same thing. – Waynn Lue Oct 08 '15 at 06:30