Alex Motoc
Alex Motoc
I have this issue with M2 Pro MacBook. Error message reads: "Could not find module 'Moya' for target 'x86_64-apple-ios-simulator'; found: arm64-apple-ios-simulator" Running through Rosetta works, but I feel like this...
Also, it seems there is no way to test for memory leaks. The following example shows a memory leak and a test against it that is passing (it should fail)....
@mahal appreciate your insight on this! To me it seems SwiftUI rendering is messing something up, as you showed the huge amount of views rendered one on top of another......
I investigated a bit, and it turns out you can reproduce it quite easily. The setup is: ```swift protocol SomeTypeUsingGenericConstraint: AutoMockable { associatedtype MyGenericConstraint: SomeTypeToBeUsedAsGenericConstraint } protocol SomeTypeToBeUsedAsGenericConstraint: AutoMockable {...
@rokridi I think the issue is the same as https://github.com/krzysztofzablocki/Sourcery/issues/1357 The problem is not with the stencil, but with Sourcery itself. Sourcery fails to read the annotation. Whenever an AutoMockable...
@krzysztofzablocki when are you going to release this? We need it sir! 🙏