【发布时间】:2022-08-14 18:52:00
【问题描述】:
我正在学习 Flutter 应用程序的 CI/CD 工作流,我已经成功地为 Flutter android 应用程序设置了 CI/CD,但它在通过 CI/CD 提交时仍然显示警告,如下所示:
This App Bundle contains native code, and you\'ve not uploaded debug symbols. We recommend you upload a symbol file to make your crashes and ANRs easier to analyze and debug.
而当我手动构建应用程序并将其提交到 Play 商店时,它没有显示任何警告。
标签: android flutter cicd codemagic