Xcode 'Build and Archive' menu item disabled

前端 未结 10 2528
旧时难觅i
旧时难觅i 2020-12-22 19:50

I have been using the new \'Build and Archive\' feature of the latest Xcode 3.2.3. I like it.

Now I noticed that it is always disabled for some reason. I can\'t se

相关标签:
10条回答
  • 2020-12-22 20:15

    in my case, the archive checkbox was unchecked. =/ strange

    under edit scheme

    0 讨论(0)
  • 2020-12-22 20:15

    Had been messing around with this for quite some time too. Don't forget to click on 'Validate Settings' at the bottom after you've checked the 'Prerendered' tickbox in the summary tab. And if you're deploying your app to the iPhone or iPad, make sure you delete the app first and then build it again. Otherwise your icons will still be the same.

    0 讨论(0)
  • 2020-12-22 20:16

    in xcode 10.2: make your project on Generic ios devices tab and go to product>archiveto archive your project after if you want to see all your archived history go to windows>organizertap .

    0 讨论(0)
  • 2020-12-22 20:22

    iOS Device is selected and Archive is enabled

    Build configiuration setting needs to be an "iOS Device" (or any specific device if connected) to activate "Product → Archive" menu item. For some strange reason when any kind of iOS Simulator is selected, Archive is greyed out.

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