Post

Replies

Boosts

Views

Activity

Reply to Using instruments with a Packet Tunnel Provider
Matt, thanks for your elaborate answer. It turned out I was actually able to attach briefly, but a crash appeared that took me a while to understand. After paying close attention to the logs in the Console, I found out that the following message appeared just before the crash: This copy of libswiftCore.dylib requires an OS version prior to 12.2.0 After reading about it online, I resolved this issue by adding /usr/lib/swift as the first item in my Runtime Search Paths for the tunnel provider target. After adding this item Instruments works as expected again. I'm not at all sure if it's at all related to Instruments at this point, but I hope that future readers find this useful.
Jul ’20