Closed kublaios closed 4 years ago
When I use Carthage as documented in the repo, I get "Module 'Mocker' was not compiled for testing" error thrown at line @testable import Mocker.
@testable import Mocker
It works for manual import though.
P.S. It works if I don't make a @testable import, would that be a compromise?
@testable
This issue is stale because it has been open for 30 days with no activity. Remove the Stale label or comment or this will be closed in 10 days.
When I use Carthage as documented in the repo, I get "Module 'Mocker' was not compiled for testing" error thrown at line
@testable import Mocker
.It works for manual import though.
P.S. It works if I don't make a
@testable
import, would that be a compromise?