Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在打开位码的情况下将我的应用程序上传到了 itunesconnect,我使用 CocoaPods 来管理依赖项,并使用 Fabric 来进行崩溃分析。
但是 Fabric 告诉我缺少 REQUIRED dsym,所以我从 itunesconnect 下载符号,但我没有找到所需的 dsym 文件,所有其他 pod dsym 都在那里。
我设置了哪些编译标志使这种情况发生?或任何线索可以帮助我解决问题?
右键单击您的archive -> Show in Finder ->右键单击文件,然后单击Show package contents.
archive -> Show in Finder ->
Show package contents
在这里您将找到您的 .dSYM 文件。
转到Build Settings->Debug Information Format并将其更改为DWARF with dSYM File
Build Settings
Debug Information Format
DWARF with dSYM File
然后再次尝试上传。