I have a problem with the new Xcode (today I upgraded). When I push on my file view.xib, I see the XML code, and not the graphics interface. Why? How can I see the "interface builder?
- possible duplicate of XIB File opens like an XML in XCode but opens correctly with Interface Builderjscs– jscs2011-06-03 19:28:01 +00:00Commented Jun 3, 2011 at 19:28
Add a comment |
2 Answers
Interesting that this is the second time someone has had this problem. You can open the File Inspector on the Utilities bar on the right ( Opt+Cmd+1 ). Change the File Type under Identity and Type to the topmost choice. It should be Default - com.apple.InterfaceBuilder3.CocoaTouch.XIB.
1 Comment
Tim Swena
Thanks! And just to make things clear for others, the File Inspector is part of Xcode, not a separate application.