Xcode 5 crash when Open storyboard made from Xcode 4.6

后端 未结 3 612
深忆病人
深忆病人 2021-02-14 19:33

I\'m working for a project with Xcode 4.6 since 2 mounth ago, now that I want to send to apple my app everything is ok but when I\'ve tried to run the app on

3条回答
  •  日久生厌
    2021-02-14 19:57

    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.

    Using custom fonts in Interface Builder

    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.

提交回复
热议问题