Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode crashes on opening xib files

I have problems with xcode and can't open xib files. Everytime I click on the xib file, xcode crashes. This happens on the xcode3.2 as well as the xcode4.

Is there anything I can do to it? I have un-installed and re-installed but still not working.

Any help would really be appreciable.

If it helps, I am using xcode4 and bought it from the app store.

like image 232
DaMainBoss Avatar asked Jun 02 '11 09:06

DaMainBoss


People also ask

What is an XIB file in Xcode?

What are XIB files? From the point of view of the UI designer, XIB files contain the views or windows that you design in Interface Builder – the controls, their layout and properties, and their connections to your code. It is important to understand that on a technical level, XIB files are stored object graphs.

Which data format do XIB files use?

XIB files are in XML format to make them easier to use with version control systems and text-based tools. Let's go ahead and start using IB. To do this, first create an iOS App using the Single View Application iOS Project template in Xcode.

Where are XIB files located?

Select New Project -> Application -> SingleView Application and you will see here . xib file. :) Save this answer.

What is storyboard and XIB?

Storyboards - this is a visual tool for laying out multiple application views and the transitions between them (segues). XIBs (or NIBs) - each XIB file corresponds to a single view element and can be laid out in the Interface Builder, making it a visual tool as well.


1 Answers

My problem was custom fonts in XIB file. I had to install missing fonts on my computer and problem was solved.

like image 108
knagode Avatar answered Sep 27 '22 16:09

knagode