[Cocoapods] Remove module map from compiled classes - #9
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