Xcode Product -> Archive disabled

后端 未结 4 962
旧时难觅i
旧时难觅i 2020-12-12 09:27

I have been archiving for ad hoc distribution fine for many months and suddenly today I cannot do so as the Archive menu item is disabled. I have not changed anything. I wen

相关标签:
4条回答
  • 2020-12-12 09:41

    Change the active scheme Device from Simulator to Generic iOS Device

    0 讨论(0)
  • 2020-12-12 09:43

    If you are sure that you selected the Generic iOS device and still can't see the option, then you simply have to restart Xcode.

    This was the missing solution for me as a cordova developer with Xcode 11.2

    0 讨论(0)
  • 2020-12-12 09:45

    You've changed your scheme destination to a simulator instead of Generic iOS Device.

    That's why it is greyed out.

    Change from a simulator to Generic iOS Device

    0 讨论(0)
  • 2020-12-12 10:02

    Select active scheme to Generic iOs Device.

    0 讨论(0)
提交回复
热议问题