not able to open storyboard file in xcode 4.6.3 after opening the project in xcode 5

612 views Asked by At

i am not able to open storyboard file in xcode 4.6.3 after opening the project in xcode 5.It shows the error

The document "MyStoryboard.storyboard" cannot be opened.could not read archive

I have not kept any backups and need the project to be edited in 4.6.3 .Can i revert it somehow to open in this version

2

There are 2 answers

0
uchuugaka On

Now go back and read the Seed Note on the developer site. It says exactly this is expected behavior.

0
Mohammed Ebrahim On

Changed the version of storyboard from 3.0 to 2.0. by following way.

1 In the "File Inspector" select the storyboard.

2 Right click it go to open as.

3 Go to source code.

4 Changed the version from 3.0 to 2.0.