Results 6 issues of levantAJ

App crashes on iOS13 only **Crashed: com.apple.main-thread SIGABRT ABORT 0x000000019e1bf95c** Version: **1.6.9** ``` Crashed: com.apple.main-thread 0 libsystem_kernel.dylib 0x19e1bf95c __abort_with_payload + 8 1 libsystem_kernel.dylib 0x19e1c3f6c abort_with_payload_wrapper_internal + 104 2 libsystem_kernel.dylib 0x19e1c3f04...

Currently I wanna make sure that the method `numberOfSections(in:)` just called only once time, any posibilty to make it as `objcVerify(mock, times(1)).numberOfSections(in: tableView))`? thanks 🙏 ```swift // stubbing the class...

enhancement

Hi team I ran into an issue in my class there is a variable named `extension`, when generating the mocks I get this error message ``` Getter/setter can only be...

bug

Protocol ```swift func takeSnapshot( with snapshotConfiguration: WKSnapshotConfiguration?, completionHandler: @escaping @MainActor @Sendable (UIImage?, (any Error)?) -> Void ) ``` Crash log ``` [✔] 🚀 +---------------------------------------------------------------------------------------+ | Used plugins | +--------------------------------------+---------+--------------------------------------+ |...

bug

## Description When ProxyMan is on ChatGPT will show error `Something went wrong. If this issue persists please contact us through our help center at help.openai.com.` ![Screen Shot 2023-05-17 at...

bug