Interface builder can't open xib file

1k views Asked by At

When I try to open the .xib file of my project, the Interface builder show me this error message:

"Interface Builder was unable to determine the type of "MainMenu.xib"."

1

There are 1 answers

1
Mateusz On BEST ANSWER

I had the same problem (after resolved git conflict) and I solved it by:

1. opening xib file in TextEdit 
2. duplicate file 
3. overwrite existing file

I hope so it help you to.