You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
My app was crashing without telling me where. So I turned the Address Sanitizer on for the scheme. When the app crashed again, the breakpoint was pointing to the setter property observer of Operation class as shown in the image below.
This is also reported on Crashlytics:
What I was doing is producing an operation from another one in a fast way (extensive taps from the UI). I don't know if there is anything else I can provide to debug this issue!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
My app was crashing without telling me where. So I turned the Address Sanitizer on for the scheme. When the app crashed again, the breakpoint was pointing to the setter property observer of
Operation
class as shown in the image below.This is also reported on Crashlytics:
What I was doing is producing an operation from another one in a fast way (extensive taps from the UI). I don't know if there is anything else I can provide to debug this issue!
The text was updated successfully, but these errors were encountered: