LinXunFeng / flutter_chat_packages

A collection of useful packages about chat.
https://www.fullstackaction.com/
52 stars 6 forks source link

[Bug report] IOS打完包核对包时候报错 #13

Open java8site opened 4 days ago

java8site commented 4 days ago

Steps to reproduce

Upload Symbols Failed The archive did not include a dSYM for the FSAChatBottomContainer.framework with the UUIDs [576CF4E9-2C57-339C-859C-6FA8C03F2196]. Ensure that the archive's dSYM folder includes a DWARF file for FSAChatBottomContainer.framework with the expected UUIDs.

Expected results

FSAChatBottomContainer正常不应该不错呀

Actual results

Upload Symbols Failed The archive did not include a dSYM for the FSAChatBottomContainer.framework with the UUIDs [576CF4E9-2C57-339C-859C-6FA8C03F2196]. Ensure that the archive's dSYM folder includes a DWARF file for FSAChatBottomContainer.framework with the expected UUIDs.

Code sample

Code sample ```dart [Paste your code here] ```

Screenshots or Video

Screenshots / Video demonstration [Upload media here]

Logs

Logs ```console [Paste your logs here] ```

Flutter Doctor output

Doctor output ```console FSAChatBottomContainer
LinXunFeng commented 3 days ago

我这边没遇到这个问题,一切正常。

需要你提供以下信息

需要你做的检查

image

如果跟截图中的一致,你可以尝试把 Debug 项也选择 DWARF with dSYM File 再打包

java8site commented 3 days ago

我这边没遇到这个问题,一切正常。

需要你提供以下信息

  • 你用的什么工具进行的打包?
  • 上传符号表用的是什么?

需要你做的检查

  • 查看是否正常选择 DWARF with dSYM File
image

如果跟截图中的一致,你可以尝试把 Debug 项也选择 DWARF with dSYM File 再打包

我是使用xcode打包, 已经按照上面你发的图debug项目也选择了DWARF with dsym file, 还是出现同样的错误. xcode版本是: Xcode 16.0 mac版本是: 15.0.1 (24A348)

java8site commented 3 days ago

1728876584930 @LinXunFeng

java8site commented 3 days ago

1728876848172 @LinXunFeng

java8site commented 3 days ago

上传符号表用的是什么?, 这个怎么看? 不好意思哈, 我是新手 @LinXunFeng

LinXunFeng commented 3 days ago

按如下步骤操作,看看是否有对应的 chat_bottom_container.framework.dSYM

image image image
java8site commented 3 days ago

按如下步骤操作,看看是否有对应的 chat_bottom_container.framework.dSYM

image image image

有chat_bottom_container.framework.dSYM

LinXunFeng commented 3 days ago
java8site commented 3 days ago
  • 现在的 MacOS 版本和 Xcode 版本是多少?
  • 项目可以正常运行吗?
  • 项目中 chat_bottom_container 的功能是否正常?

版本: xcode版本是: Xcode 16.0 mac版本是: 15.0.1 (24A348) app还没上架, 本地测试功能都正常 项目中chat_bottom_comtainer使用都正常 现在准备上架, 然后才报这个错误

java8site commented 3 days ago

The archive did not include a dSYM for the FSAChatBottomContainer.framework with the UUIDs [576CF4E9-2C57-339C-859C-6FA8C03F2196]. Ensure that the archive's dSYM folder includes a DWARF file for FSAChatBottomContainer.framework with the expected UUIDs.

这是不是UUIDS不一致,或者不包含导致的? 可以排查这个UUIDS吗? @LinXunFeng

java8site commented 3 days ago

1728884151701 我使用dwarfdump --uuid 来获取chat_bottom_container.framework.dSYM的UUIDS和 报错提示的UUIDs [576CF4E9-2C57-339C-859C-6FA8C03F2196]不一致 @LinXunFeng

LinXunFeng commented 3 days ago

查看 UUIDs 可以用下方命令

dwarfdump --uuid chat_bottom_container.framework.dSYM的路径

不过我觉得更可能的是因为 MacOS 15 + Xcode 16.0 这个组合

image

资料

java8site commented 3 days ago
  • Upload Symbols Failed on Xcode 16

👌, 那我先试试忽略这个报警, 然后上架看看有什么问题没