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...
本文提供了解决Objective-C项目中出现的版本冲突问题的方法,通过修改特定XML文件的属性来实现不同版本间的兼容。
418

被折叠的 条评论
为什么被折叠?



