specleaks icon indicating copy to clipboard operation
specleaks copied to clipboard

Unit Tests Memory Leaks in Swift. Write readable tests for mem leaks easily with these Quick and Nimble extensions.

Results 6 specleaks issues
Sort by recently updated
recently updated
newest added

Update nimble version to satisfy another library usage for higher minimum deployment target.

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

I'm using Carthage and would love to use this tool, however it doesn't seem to support macOS. Not sure if this is the same with CocoaPods? Would it be possible...

ld: '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework/XCTest' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. file...

Hi when I use this framework to test does function has leak. Code is like below. test unit shows it has leak, but when I use ` deinit` to test...