1

Totally new at Swift 2.

How can I check for Memory Leaks in my app designed in Swift? I was checking in Google but there are too many documents on it. I'm using Xcode 7, do I have to download any tool to do this?

Thank you in advance.

Coolboylp
  • 53
  • 1
  • 11
  • 1
    The first two Google hits for "Xcode memory leaks" are ["Memory Usage Performance Guidelines: Finding Memory Leaks"](https://developer.apple.com/library/ios/documentation/Performance/Conceptual/ManagingMemory/Articles/FindingLeaks.html) and ["Instruments User Guide: Find Memory Leaks"](https://developer.apple.com/library/ios/documentation/DeveloperTools/Conceptual/InstrumentsUserGuide/FindingLeakedMemory.html) from Apple. – Martin R Apr 24 '16 at 08:01
  • Thanks @MartinR I'll check them out. – Coolboylp Apr 24 '16 at 08:12

1 Answers1

1

Kindly go through this tool provided by apple.

Instruments

Harshal Bhavsar
  • 1,598
  • 15
  • 35