-
Notifications
You must be signed in to change notification settings - Fork 7
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
[Cocoapods] Remove module map from compiled classes #9
base: master
Are you sure you want to change the base?
Conversation
Remember to push version to Cocoapod, I have bumped the version already xD |
1440ab2
to
d8ebed3
Compare
Thanks for taking a look at this! Got a chance to try it out. Cocoapods works now, but it looks like the SPM build is broken. Getting this error:
|
Sorry, I just tried cocoapods, I will give a try this week to SPM |
I think SPM compatibility is not big deal. Having 0 warning is more crucial than supporting multiple package managers... |
Sorry, |
Took a look at it tonight and made some progress. I want to remove |
@wickwirew do you have any progress on this? |
@arturdev Yea. Everything seems to work. CocoaPods has no warnings, and SPM still functions as expected. Here the branch if you want to try it out: |
@wickwirew that's awesome! |
@arturdev Its merged. Working on a few bug fixes then will do a release |
@wickwirew Awesome!! Looking forward to the release |
Hello,
In order to solve this warning, I have been forced to create a private and dummy class because otherwise it is not recognized as a module when you try to use it as a dependency.
Thanks