Memory Leak info Info in Xcode

Hi guys,

I want to investigate a potential memory leak in the Expo App - I want to use the xcode leaks functionality for this.

How do I go about doing this?

thanks?

Hey @kashifceler,

You won’t be able to use Xcode’s profiler tools with a standard Expo project. Only detached Expo projects can be opened via Xcode since it creates the ios project directory.

Cheers,

Adam

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.