-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Crash in MergeBasicSink with Xcode 11.2 #2099
Comments
Related to #2094 |
As mentioned in other issue thread – caused by SR-11564. (https://bugs.swift.org/browse/SR-11564) |
🤦♂ |
Usually when somebody says
that means it's not our bug :) |
Temporary workaround that fixes it: -Go to Project Target/Build Settings |
Confirming that setting Dead Code Stripping to NO works. Otherwise crashes happen even when compiled with Xcode 11.1 after submitting to TestFlight. |
Seeing this issue with a very simple code sample built using Carthage Dead Code Stripping set to No
Crashes me immediately while initializing the Binder |
Unfortunately this is a bug with SPM. People already filed a bug and I hope it would be fixed soon, but there's nothing much we can do as a framework. |
Short description of the issue:
I'm getting crashes when using
merge()
with Xcode 11.2. Same code with 11.1 works fine.What actually happens:
EXC_BAD_ACCESS (code=1, address=0x0)
Self contained code example that reproduces the issue:
Sample project is attached: Test.zip
RxSwift/RxCocoa/RxBlocking/RxTest version/commit
5.0.1
Platform/Environment
How easy is to reproduce? (chances of successful reproduce after running the self contained code)
Xcode version:
Installation method:
I have multiple versions of Xcode installed:
(so we can know if this is a potential cause of your issue)
Level of RxSwift knowledge:
(this is so we can understand your level of knowledge
and formulate the response in an appropriate manner)
The text was updated successfully, but these errors were encountered: