I am working with another iOS programmer together on a project. Another programmer installed Xcode 5 on his computer and opened the project. After he sent me the project, I cannot open it in my older Xcode 4.5. First I got the following error: Unable to open document "MainStoryboard.storyboard". Failed to read archive. Use the new version of Xcode. Consider changing the design goal of the document to maintain compatibility.
Then I opened the storyboard in the source code and changed the version from 3.0 to 2.0 (and later to 1.0). After that, I tried to open the storyboard in Interface Builder and received the following error:
Unable to open document "MainStoryboard.storyboard". Unable to unlock item named "tableViewCellContentView". Edit this document with the new version of Xcode.
Do you have any ideas or suggestions?

source share