I'm working with another iOS programmer together on a project. Other programmer installed Xcode 5 on his computer and opened the project. After he sent me the project, I can't open it in my older Xcode 4.5. First I got the following error: The document "MainStoryboard.storyboard" could not be opened. Could not read archive. Please use a newer version of Xcode. Consider changing the document's Development Target to preserve compatibility.
Then I opened the storyboard in 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 got the following error:
The document "MainStoryboard.storyboard" could not be opened. Failed to unarchive element named "tableViewCellContentView". Edit this document with a newer version of Xcode.
Do you have any idea or suggestion?
This works for me with XCode 4.5.1:
Open the storyboard file as source code, change the version from 3.0 to 2.0 and replace all occurrences of 'tableViewCellContentView' with 'view'
You can open the project in newer version of XCode and then downgrade the Storyboard to run in XCode 4.5. I have tried this and it has worked for me. Steps are being outlined here for clarity :
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With