Is this lib missing a dependency on CombineSchedulers? #34
Unanswered
ryanmeisters
asked this question in
Q&A
Replies: 1 comment 14 replies
-
@ryanmeisters swift-sharing depends on swift-dependencies, which depends on combine-schedulers, so I don't think this is the problem you are seeing. I'm going to convert to a discussion till we can determine this is a bug in the library. Can you share a repro so we can see if this is something to do with your project vs. our library? |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Howdy! We have a large project with tons of modules. When updating to TCA 1.17.0 I'm getting these linking errors when xcode tries to link Sharing:
I'm wondering if Sharing is missing a dependency on CombineSchedulers, e.g. this code here looks like
.immediate
comes from there?Our project is complex so this could be a me problem, but wanted to make sure i'm not crazy.
Checklist
main
branch of this package.Expected behavior
No response
Actual behavior
No response
Reproducing project
No response
Sharing version information
No response
Destination operating system
No response
Xcode version information
No response
Swift Compiler version information
No response
Beta Was this translation helpful? Give feedback.
All reactions