How To Get Xcode Interface Builder To Pop Up When I Click My NIB File?
I am at work and trying to make an application for my company in Xcode, however when I click the Nib file I cannot get the interface builder to pop up. I am on a M开发者_JS百科ac that has lockdown control on it, and I am wondering if this is affecting my development environment? When I double-click the Nib file nothing happens. It just modals the normal Xcode window. Am I at a loss on this? I am wondering if I am going to have to develop this application away from my work?
I only know that when the file is open with Xcode you must add the quarts composer framework You can do this going to build phases, frameworks and add
When you make a right-click (ctrl-click) on the file and move to open with
is there a link to interface builder? If so you can select the preferred program for all .nib files with
*right-click* > information
on a .nib file.
精彩评论