I love to work with full-screen mode Xcode, but there's one inconvenience,

If I run iPhone simulator, it is shown in other space.

Is there any way to run iPhone simulator over full-screen Xcode?

If then, I can work with happiness really!

link|improve this question

60% accept rate
not that I know of, but if you are running a dual monitor setup, then it won't affect you anyway – Sum Jul 25 '11 at 20:43
feedback

2 Answers

up vote 9 down vote accepted

There doesn't seem to be any way to do this. I think part of the idea of having a full-screen mode is that you cannot have any other windows open on top of the full-screen window.

Try opening Xcode in full-screen mode, then open the organizer window, and you'll see what I mean. The organizer opens in its own full-screen mode space.

Which makes sense, even though it's inconvenient in this case. I think if Apple were to give the iOS simulator its own full-screen mode, that would be nicer than just throwing it up on a desktop.

It seems like the ideal solution would be for Apple to integrate the iOS simulator into the Xcode debugging environment, similar to what they did with Interface Builder in Xcode 4.

link|improve this answer
Like most of this response, so +1 but definite -1 to having the simulator integrated into the Xcode environment, if you mean that it wouldn't have its own window. Just for the functionality of being able to easily take 'screenshots' with Cmd-Shift-4 then Spacebar that are a snapshot of the iPhone outline with the app displayed on it alone is a reason to keep it as a separate window. :) – Duncan Babbage Nov 12 '11 at 7:15
That's true, though I don't know why you couldn't still take screenshots of the app if it were running inside an Xcode window. – todd412 Dec 24 '11 at 22:29
I find this a big deficiency in Xcode 4, and more generally with Lion full screen. My two monitor setup makes full screen a waste most of the time. I wish I could have one app per screen. Dual monitors aside, not being able to see the simulator at the same time as your Xcode working window seems like a huge limitation - why bother using full screen at all? Apple should either integrate the simulator into Xcode (I'd like it, but I can see where it might be a bad idea), or let users do one app per monitor. Better yet, both. – stephan.com Feb 26 at 9:30
feedback

I recommend going with BetterSnapTool or something similar. Then you can easily size the window to take up the full screen without losing the use of a second monitor or the ability to see Xcode and the simulator as you're debugging.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.