Hello @Claude31
Thanks for the reply!
I replaced the NavigationLink as you suggested, but I still have the 1-2 seconds hang.
Also replacing the LogRow with a simple Text rending does not help.
It always happens when I select something in the list.
I'll check the link that you posted :-)
Post
Replies
Boosts
Views
Activity
Hello,
are there any news when this will be fixed? I tried out the latest Beta 1 of macOS Sonoma 14.5 but it seems that it's still broken...
Also, in case you care about symbols existing in the already saved trace files, you should be able to just remove corresponding .symbols file for the given binary UUID. It's stored in the .trace/symbols directory. Please note that this format is new in Instruments 12 Beta, so you'll not see this structure in the .trace files saved by the previous versions.
That's brilliant! Thanks!
Hi Kacper,
amazing, thank’s for all the information and explanation! You helped me a lot :-)
Out of curiosity: Why would you like to do it? I'm wondering if maybe there's something else that imposes a problem for you.
We do not release our applications with symbols and want to keep them private. I have two workflow examples:
I’am troubleshooting on a customer system and would like to view the traces directly on this machine without always transferring the trace to another machine to symbolicate them
I’am doing some traces on my machine and would like to share them with external engineers, but only with symbols for a specific bundle, not the whole application. I don’t know how to save a symbolicated trace in Instruments without symbols once it’s symbolicated
I hope that explains the workflow?! Let me know if you have further questions :-)
Have a nice day!