Error compiling storyboard files using Xcode 6 beta 5

淺唱寂寞╮ 提交于 2019-12-05 03:01:20

I was also experiencing the following error after upgrading to Beta5:

Command /Applications/Xcode6-Beta5.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/ibtool failed with exit code 255

As is often the case, quitting and reopening Xcode seems to have fixed the issue.

try to uncheck "Use Auto Layout" if it checked

I don't know if this will help -- but I had the same latter error (the one with the error code 255). What I did was run the simulator with iOS7 (that worked fine for me). Then when I was there, I reset the simulator, cleaned, and ran with iOS8. So you could try resetting the simulator, cleaning, and then building. After doing the above, my project ran fine on iOS8.

Xcode is having a problem compiling your storyboard, but the error is not particularly helpful.

I have seen this happen in a few occasions, but most often due to a Popover Segue with a missing or illegal anchor such as a UITableViewCell or an item in a cell's contentView.

So, check any recently added Segues.

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