Chris Hamons
                                            Chris Hamons
                                        
                                    Oh, sorry this is macOS, same idea but **mmp** args: 
Let me do some digging, something seems wrong...
After doing some research on the code in mmp, it does not appear we are correctly calling dsymutil to process native symbols. If I'm reading the code correctly, we are...
I started looking at fixing this, but it turned out to take too long for my side aside triage slot. Patch: https://gist.github.com/123458ee81c3b2f64d765b5f90e0746a What I figured out: - We aren't calling...
I have confirmed this is legacy only, as a dotnet6 project with ` true` set will call dsymutil as part of a publish step.
One approach that Rolf came up with off the top of his head to consider is: - Build one swift file that exposes the API to C - Embed it...
While not a full solution to the general problem, the prototype in https://github.com/xamarin/xamarin-macios/issues/15315 can solve this specific problem, and I have a [full sample](https://github.com/chamons/xamarin-ios-swift-extension/tree/master/App/net6/TestApplication) which uses it. Check it out!
@wjk - Bah, those links were referencing my branch before landing in master. Fixed.
@motoko89 - Debugging is something on my radar to look into, but I doubt VSfM will have any support for a long time. Your best bet, off the top of...
> SwiftUI frameworks with no objc support ([Swift Charts](https://developer.apple.com/documentation/Charts)) You should be able to host those in a https://developer.apple.com/documentation/swiftui/uihostingcontroller and return that (in the future once we have a good...