How can I retrieve my iOS app’s memory graph in production?
Question I would like to add error handling logic to my SwiftUI app that retrieves a memory graph in production (or at least, the number of instances of each class currently in memory). Is this possible? If not, are there any other approaches you can share to help profile memory programmatically? Details I have an […]