WeTransfer / Mocker

Mock Alamofire and URLSession requests without touching your code implementation
MIT License
1.12k stars 96 forks source link

Module 'Mocker' was not compiled for testing error when using Carthage #66

Closed kublaios closed 4 years ago

kublaios commented 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.

It works for manual import though.

P.S. It works if I don't make a @testable import, would that be a compromise?

github-actions[bot] commented 4 years ago

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.