您的位置:首页 > 移动开发 > IOS开发

stroryboards are not unavailable on ios4.3

2013-07-04 08:59 309 查看
the solution is simple, right click your storyboard file, and show in finder then select the folder where the file is (this would probably be in the en.lproj folder) right click on the MainStoryboard.storyboard file causing the problem and open
with text edit find the line that reads or something like this:
<development version="4300"
defaultVersion="4200"
identifier="xcode"/>
and change it to something like this:
<development defaultVersion="4300"
identifier="xcode"/>
save the file and build. Vualla...
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐