Reputation: 3202
I have a project that I started in iOS SDK 6. I downloaded Xcode 5 Beta with iOS 7 and ran it successfully.
However, to submit the project, I need to go back to SDK 6 and Xcode 4. When I do, I get following message for every XIB file I have in the project:
How do I fix this so I can compile and run from SDK 6 and Xcode 4?
Upvotes: 6
Views: 3867
Reputation: 9930
Actually this has a very simple answer.
Open the Storyboard file on Xcode 5, And then:
It should work now.
This is same method like on earlier releases so I assume that's ok for NDA case (you can do the same thing on Xcode 4.6 to work with older version).
Upvotes: 13