Post

Replies

Boosts

Views

Activity

Reply to Performance of SwiftUI List
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 :-)
Aug ’24
Reply to How do I remove symbols completely from the system?
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!
Jul ’20
Reply to How do I remove symbols completely from the system?
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!
Jul ’20