Hi,
I had my code working well in Xcode until I cleaned all the targets from build menu. Since then my application crashes saying
"Unable to load nib file: MainMenu, exiting"
As per few threads I tried searching for the MainMenu.xib file and it is there in the Resources folder (both in Xcode and through Finder). If I attempt to open it from both these places it opens well in Interface Builder. I also checked if all my views and objects were connected in Interface Builder and they are. Any idea as to what mus be going wrong?
Thanks,
-Preeti
I had my code working well in Xcode until I cleaned all the targets from build menu. Since then my application crashes saying
"Unable to load nib file: MainMenu, exiting"
As per few threads I tried searching for the MainMenu.xib file and it is there in the Resources folder (both in Xcode and through Finder). If I attempt to open it from both these places it opens well in Interface Builder. I also checked if all my views and objects were connected in Interface Builder and they are. Any idea as to what mus be going wrong?
Thanks,
-Preeti