IBTOOL error 255 in XCODE 5 / work fine in XCODE 4

送分小仙女□ 提交于 2019-12-04 08:30:35

It appears that ibtool is not able to handle a storyboard created with an earlier xcode version where the text attribute can be omitted on a UILabel. Easiest way to fix is to open the storyboard in your editor of choice and add the missing text attributes, text="".

I fix the bugs. There is 2 label on viewController with no text in tne textlabel. I put some text (Label) and now the app build and run well.

Alex.

I fixed through re-ceate xib resource with xcode5.

I hate Xcode for this type of thing.

Most of the ibtool error get solved just by cleaning the project and then rebuilding it.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!