15

I recently updated to OSx 10.10.2 and Xcode 6.2.

I have a Unity project I'm working on that I've made for iOS and released through iTunes connect dozens of times. Now, on Xcode 6.2, once I get my project into Xcode, I can't get past the first step.

Namely, Project->Archive. I need to archive my build to get it up to iTunes Connect. However, the "Archive" option is disabled, greyed out.

How do I archive my build? Is there a new workflow for getting things to iTunes Connect?

Thank you!

Steven
  • 166,672
  • 24
  • 332
  • 435
user2421222
  • 151
  • 1
  • 1
  • 3

2 Answers2

55

Maybe its not the case, by check out if you have selected other destination instead iOS device. Check this answer.

Community
  • 1
  • 1
nnarayann
  • 1,449
  • 19
  • 24
8

If Archive is grayed out, it's because you have a simulator selected and did not select "Generic iOS Device". "your device" (could be your iPhone) also would work. I am Using Xcode 8 Swift 3.0. enter image description here

Brian Bird
  • 1,176
  • 18
  • 21