Memory Leak with "Libbacktracerecording.Dylib" in React Native iOS Application

Memory leak with "libBacktraceRecording.dylib" in React Native ios application

You are running (probably a debug build) with backtrace recording enabled.Disable it in the scheme editor and those allocations will go away.

Sample Image

Memory eaten by [NSOperationQueue mainQueue] addOperationWithBlock

Just as @Rob guessed, "backtrace recording" was enabled.

Taken from the answer at Memory leak with "libBacktraceRecording.dylib" in React Native ios application you have to remove the tick in the "edit scheme" popup

Sample Image



Related Topics



Leave a reply



Submit