Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Leaks Instrument not running in xcode 8.3.2

I have tried following the solution to this question. All instruments work perfectly but leak instruments cause this error:

An error occurred trying to capture Leaks data, Error retrieving leak information.

I want to be able to use Leak Instrument without any errors. Image is also shown below.

Please help me. Thanks in advance.

like image 478
Vinod Kumar Avatar asked May 10 '17 12:05

Vinod Kumar


2 Answers

This happened to me after updating the provisioning profile. It started working after restarting Instruments.

like image 61
Matthew Korporaal Avatar answered Oct 08 '22 10:10

Matthew Korporaal


Switch to Console view to know the specific reason

Library not loaded

For me the issue was caused by deleted Pod. Cleaning the project fixed that.

like image 45
Andrey Gordeev Avatar answered Oct 08 '22 09:10

Andrey Gordeev