尝试在xcode 4.2,iOS 5.0中安装自定义字体,但收到错误“验证失败:

时间:2011-12-10 04:53:23

标签: ios4 ios5 xcode4.2

  

可能重复:
  How to include and use new fonts in iPhone SDK?

我想在我的项目中添加自定义字体,但是我遇到了一些问题。我有一个名为“Herculanum Regular.ttf”的ttf文件。我将文件添加到我的项目中,并将以下行添加到我的InfoPlist.strings文件中:

    <key>UIAppFonts</key>
<array>
<string>Herculanum Regular.ttf</string>
</array>

但是,我将继续收到错误消息:

验证失败:无法读取数据,因为它已损坏。为什么这不起作用?

感谢您的帮助并保重。

0 个答案:

没有答案