13

I'm having an issue after installing Xcode 5. The toolbar buttons to show/hide the Assistant Editor and the Version Editor are not working. They don't respond at all; I have to access those functions from the menu.

Also, the buttons to show/hide the navigation, debug and utilities pane are not working. The tool tips work, they just don't respond to clicks.

Anyone else having this issue?

I get OS X 10.8.5 and XCode 5.0. I made upgrade from Xcode 4.6 and I never installed any beta version.

zrzka
  • 20,249
  • 5
  • 47
  • 73
Beto
  • 3,438
  • 5
  • 30
  • 37
  • May sounds silly, but, have you tried rebooting your Mac? – Ben S Sep 23 '13 at 19:00
  • @Benoit, yes. Twice times at least :) – Beto Sep 23 '13 at 19:16
  • When you launch Xcode or attempt to click on the buttons, does Console.app show anything in the logs that seems fishy and does Activity Monitor show any CPU usage by Xcode? – Ben S Sep 23 '13 at 19:17
  • @Benoit. I dont' know what happen, but it's working again. I think maybe was related to another error that I have with the upgrade. I will close the question. Thanks for your time. – Beto Sep 23 '13 at 19:18
  • @Benoit The problem I don't know why is working again !! :) – Beto Sep 23 '13 at 19:19
  • Got same problem, when I open a workspace, I receive message says there are some error in storyboard will be auto fix, and the toolbar not working. At the same time, toolbar works in other project without the message. After fixing the error, the toolbar works again! – yhlin Sep 24 '13 at 03:25
  • @yhlin How did you fixed the error in your storyboard? Was it automatically after your save the Storyboard? – Beto Sep 24 '13 at 16:21
  • I select auto fix(I forgot detail wording)let Xcode fix for me. After reopen Xcode twice, The error message never show up, and toolbar works again. – yhlin Sep 25 '13 at 07:05
  • @yhlin Thanks for your data but I don't have same luck with the inconsistency error. – Beto Oct 04 '13 at 17:03
  • 1
    It's Xcode 8 now. This bug is still present. – Vladimir Grigorov Oct 13 '16 at 13:37

6 Answers6

16

This has been happening to me after every reboot since upgrading to Xcode 5.

The workaround I have been using is:

  1. Close the project but leave Xcode open.

  2. Open another project.

  3. Close it.

  4. Reopen the original project - inactive toolbar buttons should now be active.

Robert
  • 5,278
  • 43
  • 65
  • 115
4

@yhlin and @benoit have partially reason.

The problem appear after you receive a error message when you open the Storyboard (Storyboard Internal Inconsistencies), then I opened the storyboard file (via TextEdit) and then the toolbar does not work, but, after a restart the Xcode (or even the Mac completely) works everything fine again.

I believe is a minor bug in the XCode 5.0. or an upgrade issue, but apparently is not a big thing.

UPDATE *** After installing Mavericks and Xcode 5.0.1 the problem was fixed.

Community
  • 1
  • 1
Beto
  • 3,438
  • 5
  • 30
  • 37
  • 1
    This is not minor, this is reallllly annoying as it is something we use on a frequent basis when designing an app. Neither a restart does not fix the problem, nor a full reboot. This answer should not be accepted. I think Apple do not test its products properly ! As an intensive user, seeing so many bugs on XCODE 5 is simply not acceptable. – Christophe Fondacci Oct 09 '13 at 06:02
  • @ChristopheFondacci Definitely my answer is not a final solution, is just a workaround. I hope the next Xcode version arrives with final fix. – Beto Oct 21 '13 at 14:37
3

I'm having the same issue. Until Apple addresses it I'll just be using keyboard shortcuts (option+command+return to show assistant editor, command+return to show standard editor). Maybe I'll just abandon the toolbar buttons altogether. :)

Jon Conner
  • 157
  • 1
  • 4
2

I was having the same issues even after upgrading to Mavericks and Xcode 5.0.1. This problem as well as other project crippling bugs in the new release of Xcode (5.0) can be temporarily worked-around by restarting Xcode, opening a different project, closing that project then opening the project you wanted to work with. Sorry for the crude fix but it works for me so I thought I'd share.

NOTE: This won't fix the IOKit.framework error, the best fix for that is going into terminal and performing the following commands:

cd/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/IOKit.framework sudo ln -s Versions/A/IOKit

MrBlonde
  • 51
  • 3
1

Just providing input to this topic. I had this problem and none of the above solutions were helping, turns out a tap gesture recognizer I had over the toolbar was disabling all the buttons on the toolbar.

Lorenzo
  • 1,605
  • 14
  • 18
1

I just ran into this problem. I have OS 10.10 Yosemite Beta and Xcode 5.1.1

For me, none of the previous answers helped me. The issue fix for me was to take xcode out of full screen mode. If it's in full screen mode it will not work, but as soon as I take it out of full screen, it works just fine.

Joshua Goossen
  • 1,714
  • 1
  • 17
  • 36