VSTS 构建中缺少 .dSYM 文件

.dSYM file missing in VSTS build

我正在 VSTS 上构建 Xamarin ios 应用程序。我看到它在构建期间生成 .dSYM 文件,但是当我检查工件文件夹时,我可以看到 ipa 文件但看不到 dSYM 文件。

我需要 dSYM 文件到 运行 Xamarin 测试云。

我是不是看错地方了,还是需要做一些不同的事情来获取 .dSYM 文件?

When building iOS apps from visual studio, the .dSYM file that can be used to symbolicate crash reports ends up on the build host at path:

/Users/<username>/Library/Caches/Xamarin/mtbs/builds/<appname>/<guid>/bin/iPhone/<configuration>

https://kb.xamarin.com/customer/portal/articles/1969488--where-can-i-find-the-dsym-file-to-symbolicate-ios-crash-logs-