CombineDataSources icon indicating copy to clipboard operation
CombineDataSources copied to clipboard

Crash with Xcode 11.2.1 DEBUG build configuration

Open titiphoque opened this issue 6 years ago • 0 comments

Thank you for your work. It's nice to have developer that take time to develop Combine framework.

Problem : When I build CombineDataSources it's ok but when we launch the app it crash without any error message. If we compile in Release everything is fine?

Available fix : It's a temporary fix but setting the "Dead Code Stripping" settings to "NO" solve the problem. See: https://github.com/ReactiveX/RxSwift/issues/2099#issuecomment-548978168

titiphoque avatar Dec 03 '19 09:12 titiphoque