Archive button grayed out in Xcode

IosXcodeIos SimulatorXcode10Xcode Scheme

Ios Problem Overview


Would you be able to help me understand the reason why Archive button is grayed out in Xcode?

screenshot

I have all developers profiles downloaded

screenshot

Device type set to iPhone 6

http://i.stack.imgur.com/fMkmN.png

And archive is checked in scheme.

http://i.stack.imgur.com/66pRt.png

Ios Solutions


Solution 1 - Ios

Answer valid through Xcode 7, 8, 9, 10, 11 and 12+


You can not archive, because from target you have not selected device or Generic iOS device or Any iOS Device , still there is a simulator.

Nothing generic or wrong with Xcode 7. This happens with all Xcode versions.


  • Problem - Why archived button is grayed out?

enter image description here


  • Solution - Why archived button is not grayed out?

enter image description here

In Xcode 12 it is named Any iOS Device

Xcode 12

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionAndyView Question on Stackoverflow
Solution 1 - IosHasyaView Answer on Stackoverflow