Ionic to iOS platform Memory leak Issue

After creating application from ionic2 to iOS platform ,while debugging in

iOS Xcode tool Memory come to 250MB and iOS device getting hanged
. it’s automatically crashes the when memory reached to high in IOS.
can any one help out on this. Appreciated for your support.

Suspect you have a memory leak in a loop.

Create a brand new project…

ionic start IonicBlankApp

Try running that and checking memory usage.

1 Like