This document "XXXXX.storyboard" could not be opened. Use the new version of Xcode

Frames created using XCode 4.5.1 cannot be opened on XCode 4.2 with the following error message.

This document "XXXXX.storyboard" could not be opened. Please use a newer version of Xcode. Consider changing the document Development Target to preserve compatibility.

Changed the goal of deploying iOS 5.0 in the Document Versioning section (as shown in Google search results), but without any success.

Any fix for this?

+8
xcode ios5 ios6 storyboard xcode-storyboard
source share
2 answers

Set a storyboard development goal for Xcode 4.2. The menu for setting the development goal is located in the "Document Versions" section.

+10
source share

I gave +1 to @MarkSzymczyk as it pointed me in the right direction, but since it is a bit old compared to the new xcode 5 , I thought I would give an updated answer.

I ran into this problem when I was getting

This document "XXXXX.storyboard" could not be opened. Use the new version of Xcode. Consider changing the design goal of the document to maintain compatibility.

when I looked at my project in xcode 5 and returned to xcode 4.6 . The way to resolve this issue is slightly different from the old xcode . I had to load the project back into xcode 5 and go to the storyboard in the interface builder. It now has a Document Builder Document section instead of a Document Versioning section. It has the ability to change the version of xcode that you want to open. All you have to do is go back to xcode 4.x

I do not want to be distracted from another answer, because he is right, but I just want to expand this answer.

+48
source share

All Articles