Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 5 Toolbar Buttons Not Working

Tags:

xcode

toolbars

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.

like image 320
Beto Avatar asked Sep 23 '13 18:09

Beto


4 Answers

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.

like image 154
Robert Avatar answered Nov 05 '22 15:11

Robert


@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.

like image 22
Beto Avatar answered Nov 05 '22 16:11

Beto


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. :)

like image 3
Jon Conner Avatar answered Nov 05 '22 15:11

Jon Conner


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

like image 2
MrBlonde Avatar answered Nov 05 '22 17:11

MrBlonde