Reputation: 4938
Ok.
Using XCode 4 for a few weeks now. By and large a great improvement.
According to users who answered this question, Xcode 4 has a full screen mode.
On my system however, here is what I see when I attempt to turn on full screen.
I am using one monitor, and it's an Apple LED Cinema Display:
Is there something I am missing?
XCode version :
Upvotes: 0
Views: 389
Reputation:
Are you running Snow Leopard or Lion? I don't think XCode 4.1 supports fullscreen on Snow Leopard because fullscreen apps are a Lion feature.
EDIT: In fact yes, your Xcode build number indicates Snow Leopard. Unfortunately, fullscreen mode is not supported. Which makes me wonder why they even bother putting the menu item in there if it's never going to work..
Upvotes: 1
Reputation: 3407
Based on the shape of your UI buttons, it looks like you're on Snow Leopard 10.6 or earlier.
Lion 10.7 provides a whole new system/API for full-screen, and it's possible that Xcode only supports full-screen on Lion.
Upgrade to Lion :)
Upvotes: 1