菜鸟教程小白 发表于 2022-12-13 10:00:59

ios - 我的应用程序在添加 Aller 字体系列的字体(如 Bold、Regular 和 Italics)时崩溃


                                            <p><p>我已将它们正确添加到我的 plist 中并创建了一个自定义 UIFont 类,我在其中使用此 Aller 字体覆盖系统字体。对于相同的代码和相同的过程,如果我正在集成 Lato 字体它工作正常。问题仅与Aller 字体。</p>

<pre><code>il passed to and is also nil. Don&#39;t know what to do, so leaving font as (null) 0.000000
2014-12-18 15:33:50.715 2497:72343] Unable to load string table file: CFBundle 0x7fcfcae121a0 &lt;/Users/arun/Library/Developer/CoreSimulator/Devices/8A7E96AE-E960-4DAF-BD6F-79E533711C63/data/Containers/Bundle/Application/50D90A3E-10C5-4E02-A0D3-A1AAA86508D8.app&gt; (executable, loaded) / Main: The operation couldn’t be completed. (Cocoa error 3840.)
2014-12-18 15:33:50.735 nil passed to and is also nil. Don&#39;t know what to do, so leaving font as (null) 0.000000
2014-12-18 15:33:50.737 nil passed to and is also nil. Don&#39;t know what to do, so leaving font as (null) 0.000000
2014-12-18 15:33:50.737 nil passed to and is also nil. Don&#39;t know what to do, so leaving font as (null) 0.000000
2014-12-18 15:33:50.742 *** Terminating app due to uncaught exception &#39;NSInvalidArgumentException&#39;, reason: &#39;*** setObjectForKey: object cannot be nil (key: NSParagraphStyle)&#39;
</code></pre></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>这真是令人不安的情况。即使我花了很多时间研究解决方案。终于得到了一个专门针对 Aller 等字体的字体,你可以试试这个。它对我有帮助。
尝试通过在 Font Book 中打开字体文件并使用其中显示的字体名称来检查字体的正确名称。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 我的应用程序在添加 Aller 字体系列的字体(如 Bold、Regular 和 Italics)时崩溃,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/27543957/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/27543957/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 我的应用程序在添加 Aller 字体系列的字体(如 Bold、Regular 和 Italics)时崩溃