Is it possible to 'simulate interface' in xcode 4.6? The command seems to be missing :-(
Asked
Active
Viewed 767 times
3 Answers
2
I am using Xcode 5 and you can find this feature under Editor-> Simulate Document (not the Edit menu) as others have pointed out.
However, this feature is only available for Mac xibs and is not available for iOS xibs.
I am guessing this was probably the same situation in Xcode 4.6 back when the question was originally asked, hence the confusion in the other questions and comments.

BergQuester
- 6,167
- 27
- 39
0
Is it possible to 'simulate interface' in xcode 4.6? The command seems to be missing :-(
It seems, NO

CReaTuS
- 2,593
- 1
- 19
- 31
0
In xcode 4.6, you can find from menu bar:
Editor (NOT Edit) menu >> Simulate Document
This one may be helped :)

ggshiney
- 1
-
I'm on 4.6.1, the Editor menu doesn't have such an option. I'm looking at a storyboard file, where you testing with a nib file open by any chance? – DTs Oct 05 '13 at 01:51
-
You can simulate Mac xibs, but not iOS xibs. – BergQuester May 15 '14 at 19:45