Andrea
Andrea

Reputation: 1721

Issue with XIB in new Xcode 4

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?

Upvotes: 0

Views: 1214

Answers (2)

dredful
dredful

Reputation: 4388

Right Click on the .xib file and select "Open As". Then select "Xcode.IDEKit.TouchCodeIntegration.EditorDocument.CocoaTouch-title"

Upvotes: 2

Deepak Danduprolu
Deepak Danduprolu

Reputation: 44633

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.

Upvotes: 2

Related Questions