菜鸟教程小白 发表于 2022-12-13 11:04:26

ios - 在 iOS 中更新 TwitterKit SDK


                                            <p><p>我有这个错误:</p>

<pre><code>ld: &#39;/Users/MyName/Desktop/ProjectName/PName/PName/Resources/Frameworks/Fabric.framework/Fabric(Fabric.o)&#39; does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture arm64
</code></pre>

<p>clang:错误:链接器命令失败,退出代码为 1(使用 -v 查看调用)</p>

<p>如何更新或解决此问题?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>在build设置中搜索位代码。<strong>将其设置为否</strong>。出现这种情况是因为 <code>Fabric.framework</code> 中没有位代码。
从 xcode 7 开始,Bitcode 会自动变为 yes。</p>

<p><strong><em>所以,要么你应该从供应商那里获得一个启用了比特码的更新框架,要么你应该把比特码设置为 NO</em></strong></p>

<p> <a href="/image/hJIS9.png" rel="noreferrer noopener nofollow"><img src="/image/hJIS9.png" alt="enter image description here"/></a> </p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 在 iOS 中更新 TwitterKit SDK,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/32779789/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/32779789/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 在 iOS 中更新 TwitterKit SDK