Replies: 1 comment 5 replies
-
No, this is not possible. This is just how Swift protocols work. You cannot take a protocol hierarchy
Yes, you have to define a default test value in production code, but in practice this is not a big deal. We highly recommend that the default If you still do not want to define |
Beta Was this translation helpful? Give feedback.
-
I have a dependency
but I don't want to define the
testValue
in the app target. I want to define it in the test targetDoing the above, I still get an error
Is this not possible? Do I have to provide default test values in production code?
Beta Was this translation helpful? Give feedback.
All reactions