I have a code from a client to fix a bug (the code was written by another programmer). Therefore, when I open the xib file, it just hangs on my computer, I restarted my computer 3 times because of this, and finally decided to look at what was happening by opening Activity Monitor, and it turned out that it was opening something with the name " Interface Builder Cocoa Touch tool " and its power to all my computer memory. Below is a screenshot.

But the interesting thing is, it does not open the " Interface Builder Cocoa Touch tool " when opening the "xib" files from other projects, and I can not say anything about this project because this project has only one "nib" file.
But if you kill this process, it will open the nib file, but every 10 seconds it will start to shoot. Below is a screenshot.

Note. . The application was originally written for ios 2.0, and we are trying to move the project to ios 4.0. Is this something related to this?
source share