-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot import ReSwiftThunkTesting via SPM #56
Comments
Of course, as soon as I opened this, I discovered that the updates to the Any chance a v2.0.2 can be released to fix this? |
Also, I think perhaps |
@mhamann Thanks for reporting this! Could you test the package dependency locally and open a PR if changes need to be made? I can go ahead and create a tag when everything works 👍 |
I'm using ReSwiftThunk via SPM. In my test file, I try to import the testing helper like this:
but when I do, Xcode shows the error
No such module 'ReSwiftThunkTesting'
.This is an Xcode Project...not a pure Swift module, so not sure if that has anything to do with it.
The text was updated successfully, but these errors were encountered: