菜鸟教程小白 发表于 2022-12-11 19:53:43

ios - Crashlytics IOS 中缺少 dSYM


                                            <p><p>您好,我一直在寻找解决方案,但不幸的是我无法找到答案。我的问题是我的应用程序使用了 crashlytics。拉动我的 crashlytics 时,我看到 Dsyms 缺失问题,我试图通过管理器添加所有缺失的问题,但不幸的是我无法找到所有缺失的问题。请注意我的应用程序不在应用商店中,并且我没有 iTunes Connect 我使用的是企业帐户。我注意到,当通过模拟器运行我的应用程序并强制崩溃时,Fabric 会要求我提供一个我无法找到的新 dSYM。我在哪里可以找到这个 dsym?我已经通过我的build设置验证了我在调试和发布时都启用了 dSYM 的 dWARRF。如果您有任何想法,请告诉我。谢谢!!</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><blockquote>
<p>If you’re using Xcode 10 on a new project, Xcode 10 adopts a new build
ordering that is independent of the ordered list in the Build Phases
of Xcode.</p>

<p>Put <strong>&#34;$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)&#34;</strong> into your
Fabric Run Script’s <strong>“Input Files”</strong> section to ensure your
installation of Fabric goes smoothly.</p>
</blockquote>

<p>引用 <a href="https://docs.fabric.io/apple/crashlytics/installation.html" rel="noreferrer noopener nofollow">Crashlytics documentation</a> .</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - Crashlytics IOS 中缺少 dSYM,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/49375470/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/49375470/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - Crashlytics IOS 中缺少 dSYM