I've run into a slight complication with a project and need some assistance.
I recently purchased a Mac Mini and wish to begin working on some of my app projects from it. So I copied my files from one machine to the next. Both computers are running XCode Version 4.6.3. Of the 5 projects copied, 4 of them came over just fine. However, the 5th (and naturally the one I wished to work on) cannot open the Storyboard file. I receive the following error when I click on the Storyboard file within my project:
The document "MainStoryboard.storyboard" could not be opened. The operation couldn’t be completed. (com.apple.InterfaceBuilder error -1.)
Check the console log for additional information.
I am aware of another thread located here: Cannot open storyboard (com.apple.InterfaceBuilder error -1.) that attempts to deal with this issue however I have a slightly different set of variables. I am the only developer that has worked on my projects. I have never attempted to copy or move my apps from folder locations until this copy attempt to a different machine. Also a while back on the project, I remember I accidentally deleted the Storyboard file and had to dig it out of the trash and reinsert it into the project. Not sure if this is what is causing my current problem or not but figured it was worth a mention.
So my questions is thus; does anyone know what is causing this Storyboard error and how I can go about fixing it so that I may work on my projects on other computers?
Thanks for any recommendations!