此版本的 OSX 无法执行必要的 dSYM 转换 [英] This version of OSX is not able to perform the necessary dSYM transformations

查看:21
本文介绍了此版本的 OSX 无法执行必要的 dSYM 转换的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

[31merror: could not complete submission of dSYM at /Users/XXUSERXX/Library/Developer/Xcode/DerivedData/ProjectName-flcoueeibbfifebpxptgzctdsqel/Build/Intermediates.noindex/ArchiveIntermediates/ProjectNameAlpha/BuildProductsPath/ProjectNameAlpha-iphoneos/ProjectName.app.dSYM: 

Error Domain=com.crashlytics.mac.error-domain.process-dsym Code=4 "This version of OSX is not able to perform the necessary dSYM transformations." 
UserInfo={NSLocalizedFailureReason=This version of OSX is not able to perform the necessary dSYM transformations.}
[0m Command PhaseScriptExecution failed with a nonzero exit code

    ** ARCHIVE FAILED **

当我将最新的 MAC Mini (Catalina)(16 GB RAM)和 XCode 升级到最新版本时,我收到了上述错误消息.我正在与 Jenkins 合作为 IOS 运行测试用例,并生成测试用例,然后将其上传到 Sonar Qube 服务器.

我已经厌倦的事情.
重新启动 MAC mini,关闭 XCode,检查 XCode 配置,如调试信息格式"设置为是",调试信息格式"为DWARF 与 dSYM 文件".

I'm getting the above error message when I upgraded my MAC Mini (Catalina) latest (16 GB RAM) and XCode to latest version. I'm working with Jenkins to run test cases for IOS and ones test cases are generated then it will get uploaded to Sonar Qube server.

Things Which I've tired.
Restarting MAC mini, Closed XCode, Checked XCode configuration like "Debug information format" set to Yes,"Debug information format" to "DWARF with dSYM file".

之前它在更新后工作正常,它没有生成构建,Fastlane 没有安装.

Earlier it was working fine after update it is not generating the build, Fastlane is not installed.

谢谢

推荐答案

更新:(2020 年 11 月 16 日起)

Updated: (16th Nov 2020 onwards)

删除旧的 pod 'Fabric' &来自 Podfile 的 pod 'Crashlytics'.添加以下依赖项.

Remove older pod 'Fabric' & pod 'Crashlytics' from Podfile. Add following dependencies.

# Add the pod for Firebase Crashlytics
pod 'Firebase/Crashlytics'

# Recommended: Add the Firebase pod for Google Analytics
pod 'Firebase/Analytics'

老年人:

请检查您是否使用最新的 Crashlytics &面料库.

Please check whether you are using latest Crashlytics & Fabric library.

pod 'Fabric', '~> 1.10.2'
pod 'Crashlytics', '~> 3.14.0'

下一步:

  • 使用这些 pod 更新您的 podfile
  • 然后运行 ​​pod install

现在,构建项目,它应该可以工作了.

Now, build the project, it should work.

这篇关于此版本的 OSX 无法执行必要的 dSYM 转换的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆