You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So it seems that the Zlib module is not visible now when Starscream used as a framework dependency. Maybe it would be better to add zlib as a carthage dependency instead of just defining the module file?
The text was updated successfully, but these errors were encountered:
Ah yeah I forgot about Carthage support needing the new dependencies for compression. I personally don't use Carthage, what would need to be done besides adding a Cartfile? I'm also open to PRs 😄.
I'm going to close this one out based on what has been reported in #389 and the release of 3.0.1. If that doesn't fix it, please reopen the the issue (and PR welcomed too).
Hi, I am using Starscream as a dependency of a framework like this:
The dependency path is something like this:
MyApp --> MyFramework --> Starscream
MyApp contains a Cartfile depends to MyFramework, and MyFramework contains a Cartfile for Starscream.
Starscream 2.1.0 fails the build of
MyFramework
when I runningcarthage update
under MyApp folder. It says:So it seems that the Zlib module is not visible now when Starscream used as a framework dependency. Maybe it would be better to add zlib as a carthage dependency instead of just defining the module file?
The text was updated successfully, but these errors were encountered: