leandromperez / specleaks

Unit Tests Memory Leaks in Swift. Write readable tests for mem leaks easily with these Quick and Nimble extensions.
MIT License
194 stars 31 forks source link

Version not works #21

Open DmitriyTerekhin opened 3 years ago

DmitriyTerekhin commented 3 years ago

Hi! Build doesn't work. Could you explain the right way to install library, please?

DmitriyTerekhin commented 3 years ago

ok. I found it: pod 'SpecLeaks', :git => 'https://github.com/leandromperez/specleaks.git', :branch => 'master' Also, u need to disable bitcode to make it work.