Pergunta

I was porting to my existing project to iOS 7 in Xcode 5 framework, But when I opening again in Xcode 4.x.x its giving me this error.

enter image description here

Foi útil?

Solução

Now I have solved it, below are the steps to follow:

Step I Right click on your StoryBoard and openAs "SourceCode"

Step II enter image description here

Step III Now you are done. open storyboard as interfaceBuilder

Outras dicas

In Xcode 5, the file properties on the right inspector, you can set under what version of Xcode the file should open. You can set this to Xcode 4.6 and it will open in older versions of Xcode.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top