SlashDevSlashGnoll
SlashDevSlashGnoll
Ah I should also note that we are building with Xcode 11.0 and this issue started during our conversion on the Beta this summer so it seems to be new...
Turning off autoinjected properties avoids the problem for us yes. Thanks for the advice. It feels like there's still an issue in there but since we didn't need that feature...
`However, this is quite inconvenient since this method may be called more than once in the lifetime of a view (` This isn't even the worst aspect. You can visually...
I think the crash says what it is. The `text` selector is being invoked on `RxCollectionViewDelegateProxy` or `RxTableViewDelegateProxy` in my case. The mystery is what's trying to invoke this selector.
It's from Crashlytics there doesn't seem to be a DL button so here's a cleaned up copy/paste of the entire trace: ```Event summary 47.0 (936) iOS 15.4.1 iPhone 13 Pro...
I went back and looked and can confirm what @mwilson-within said, the OS version for this crash are not just any flavor of iOS15 but specifically iOS15.4 and later if...
I've got nothing but over the last 90 days we have almost 25k crashes on this over 10.5k users. It accounts for 60% of all of our crashes over that...
We'll give this a try as well. It's a workaround as it doesn't solve why something thinks the proxy should have a `text` method, but maybe just stop the crashing.
@rajaraph Any more details? What did you do with Siri to cause it? Simply trying to use Siri with our app open did not cause the problem. The bright side...
PR opened! https://github.com/ReactiveX/RxSwift/pull/2445