I have an xCode Project created using xCode 3.2 or earlier (I do not remember).
While using xCode 4.2 I got a terrible xCode Internal Error alert on opening .xib There were two options: “Ignore” and “Crash”. By selecting “Ignore” I kept the xCode running.
After updating to 4.3.x (currently 4.3.2) xCode just crashed on opening .xib. No any alerts, etc. Just crash.
Are there any suggestions how to fix this.
Thanks,
Nick.
In order to fix this issue, I had to create new Project with xCode 4.3.2 and move all source files, resources and project settings from my old one (the last was the most painful).
Now the xib issue is fixed and others issues (like bad indexing) is fixed too.
Thanks,
Nick.