简体   繁体   中英

To convert the xcode 5 project into xcode 4.6

Can any one know how to convert the xcode 5 project into xcode 4. I am trying to open xcode 5 project into xcode 4.6 and click on the nib file xcode automatically close. even not run on simulator. I am googling lot but not found any such link or blog. If any one have a link or some blog for refrence.

thanks in advance

The solution is actually quite easy as I think. There are some ways to do it but here is the simplest one.

At first change the view "as" mode of the nib or storyboard like in this post
Xcode 4 won't allow me to open the storyboard edited in Xcode 5

The second step is to open the storyboard file with TextEdi...

在此处输入图片说明

and changing the highlighted value from " 3.0 " to " 2.0 "

在此处输入图片说明

If something doesn't works well, just let me know.

Good luck.

Noah

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM