简体   繁体   English

AppCenter for iOS上缺少符号

[英]Missing Symbols on AppCenter for iOS

I've got a React native app and after migrating from HockeyApp to AppCenter I can't get Diagnostics on my iOS app on AppCenter because the symbols UUID required doesn't match with the one I uploaded and I don't know why. 我有一个React本机应用程序,从HockeyApp迁移到AppCenter后,我无法在AppCenter的iOS应用程序上获取诊断信息,因为所需的符号UUID与我上传的符号不匹配,我也不知道为什么。

I did this to get the .dsym file https://docs.microsoft.com/en-us/appcenter/diagnostics/ios-symbolication#finding-the-dsym-bundle 我这样做是为了获取.dsym文件https://docs.microsoft.com/zh-cn/appcenter/diagnostics/ios-symbolication#finding-the-dsym-bundle

Can someone help me to understand this ? 有人可以帮我理解吗?

I finally did it, thanks to the AppCenter support. 终于有了AppCenter的支持,我终于做到了。

The problem was that I wasn't uploading the good dSYM file. 问题是我没有上载好的dSYM文件。

The good one for me was in the DerivedData -> ~/Library/Developer/Xcode/DerivedData/YOUR_APP/Build/Products/Debug-xxx/xxx.dSYM 对我来说最好的是在DerivedData中 -> ~/Library/Developer/Xcode/DerivedData/YOUR_APP/Build/Products/Debug-xxx/xxx.dSYM

It's working now 👍 现在正在工作👍

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM