Xcode 5 crash when Open storyboard made from Xcode 4.6

妖精的绣舞 提交于 2019-12-03 13:19:48

The problem was that I work with 2 Mac in this project and in the Mac where I've installed Xcode 5 I did't install the new font that I had in my project (and that i Used in the storyboard).

So for fix the problem I've just installed the Fonts into the Mac where I get the problem

I answer my question for help someone that will have my same problem!

In Xcode 5 go to Preferences > Source Control > Uncheck the Enable Source control

This error occurs when you build a xib file that has a custom font which is not installed on your build machine. See example below I'm using a custom font called Source Sans Pro Bold my UILabel.

You need to install the custom fonts in your project on the machine that you are building. You can install them via Font Book or copy custom font files into /Library/Fonts.

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