We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have import RxSwift with SPM My unit crash tests when I launch them (no problem with cocoapods)
Crash is in "Catch.swift" file in line: 163
log message : "failed to demangle superclass of CatchSink from mangled name '7RxSwift4SinkCyxG'"
I use SPM and Cocoapods and I want migrate to only SPM I have Two Target and UnitTest
The text was updated successfully, but these errors were encountered:
Please open an new issue with all of the details in the template. We can’t really assist without them.
Also, seems like this is a dupe of #2127
Sorry, something went wrong.
No branches or pull requests
I have import RxSwift with SPM
My unit crash tests when I launch them (no problem with cocoapods)
Crash is in "Catch.swift" file in line: 163
log message :
"failed to demangle superclass of CatchSink from mangled name '7RxSwift4SinkCyxG'"
I use SPM and Cocoapods and I want migrate to only SPM
I have Two Target and UnitTest
The text was updated successfully, but these errors were encountered: