Xcode 6 Memory Leaks Instrument doesn't work

2019-03-09 21:15发布

I am trying to use Instruments to find leaks within my app. I do it in the same way as I did before updating to Xcode 6.x. Since updating, it won't take any snapshots: the leaks instrument status displays "Analyzing process" and will never change.

Both Xcode 6.0.1 and 6.1 GM 2 exhibit this problem.

Any workaround?

2条回答
一夜七次
2楼-- · 2019-03-09 21:47

This issue seems to occur only on my iOS 8.x devices.

I also submitted a bug report but in the meantime I have it working with the following configuration :

  • Xcode 6.1
  • iPhone 4 with iOS 6.1.3

This is still a workaround though as you can hardly debug any iOS 8 related feature and analyzing leaks on an old device like that is a real pain.

查看更多
贼婆χ
3楼-- · 2019-03-09 22:02

Seems like is a bug on iOS8 and not on Xcode. I have Xcode6.1 and the memory leak profiler seems to work on iOS7.

As a workaround until Apple fix this (already reported the bug and was marked as duplicate) you can profile your memory leaks using a simulator.

查看更多
登录 后发表回答