最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

.net - How to include debug symbols for iOS MAUI app? - Stack Overflow

programmeradmin1浏览0评论

When investigating an iOS crash you need debug symbols. Apple App Store Connect indicates that these symbols can be included in the uploaded build, since there is a section with "Includes Symbols": "Yes/No".

How to include symbols when uploading to App Store Connect, when using MAUI with .NET 8?

When investigating an iOS crash you need debug symbols. Apple App Store Connect indicates that these symbols can be included in the uploaded build, since there is a section with "Includes Symbols": "Yes/No".

How to include symbols when uploading to App Store Connect, when using MAUI with .NET 8?

Share Improve this question asked Mar 28 at 14:19 HoffZHoffZ 7,7396 gold badges39 silver badges40 bronze badges 3
  • Does it help How to generate .dSYM file for .NET MAUI app – Liqun Shen-MSFT Commented Mar 31 at 1:14
  • @LiqunShen-MSFT, On project build, a .dSYM is created. But I don't know how to include it in an app bundle/upload to Apple. – HoffZ Commented Mar 31 at 7:27
  • Have you considered writing a global error handler for unhandled exceptions? See stackoverflow/questions/72455467/… – Stephen Quan Commented Apr 1 at 8:50
Add a comment  | 

1 Answer 1

Reset to default 1

That's a feature request on GitHub, see here Copy the .dSYM to the publish directory #15384 Open. You may follow up this feature request and get the latest updates.

The workaround now is to manually copy the .dsym file to the publish directory (bin\Release\net8.0-ios\ios-arm64\publish folder) since the .dsym file has already generated. This GitHub issue may also relate, Is it possible to embed DSYM (folder) in my IPA through Devops build?

For more info, please refer to Publish an iOS app using the command line.

发布评论

评论列表(0)

  1. 暂无评论