Xcode 'Build and Archive' menu item disabled

前端 未结 10 2527
旧时难觅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:00

    First you have to add a ios device then go to product on the top then click it after that you can get enadled Archive option .

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

    In addition to what @Alexander Babaev said , when I had this problem it was because for some reason the build configuration was set to MAC 64 bit (dont know how it got there...) , returned it to IOS and it got enabled again.

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

    All you need to do is create an Executable File in your project folder... If you start with a fresh project there are NO executable projects, only what you create, be it a .cpp or a .m you need an executable in the folder.

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

    You need to download the application_tools_1.1.dmg

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

    You can delete your project scheme in "manage schemes …" and then click "autocreate schemes now" in the manage schemes window. This gives back the archive option.

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

    Quitting and relaunching XCode sometimes helps. It usually does for me, if choosing an iOS device doesn't do the trick.

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