xamarin / xamarin-macios

.NET for iOS, Mac Catalyst, macOS, and tvOS provide open-source bindings of the Apple SDKs for use with .NET managed languages such as C#
Other
2.44k stars 508 forks source link

dSYMs for user frameworks aren't being copied next to the app bundle anymore #14598

Open rolfbjarne opened 2 years ago

rolfbjarne commented 2 years ago

This test fails:

1) Failed : Xamarin.MTouch.BindingLibraryDSymCreated
  Expected: directory exists
  But was:  "/Users/rolf/work/maccore/xharness/xamarin-macios/tests/framework-test/macOS/bin/x86/Release/XTest.framework.dSYM"
  at Xamarin.MTouch.BindingLibraryDSymCreated () [0x0007b] in /Users/rolf/work/maccore/xharness/xamarin-macios/tests/mtouch/MTouch.cs:4264

This is probably a result of the recent changes to dSYM creation (possibly e5c81564e2dc966ece6dd64ed12b45cff676dfc4).

ankasani commented 1 year ago

Hi @rolfbjarne , Is there any update on this?

This is preventing the production app crashes form being symbolicated! Atlest is there any workaround do we have on it ?

rolfbjarne commented 1 year ago

@ankasani it's unlikely this is the problem you're running into, so please file a new issue (https://github.com/xamarin/xamarin-macios/issues/new) and attach a binlog of your build and we'll have a look at what's happening.