admin管理员组文章数量:1356294
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
1 Answer
Reset to default 1That'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.
本文标签: netHow to include debug symbols for iOS MAUI appStack Overflow
版权声明:本文标题:.net - How to include debug symbols for iOS MAUI app? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744031838a2579052.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论