Skip to content

Simultaneous access in observeValue(forKeypath:of:change:context:) causes a crash  #34

@aurora14

Description

@aurora14

When building with Xcode 9.1/Swift 4, our production app crashes on load with the following message:

Thread 1: Simultaneous accesses to 0x10391fbb0, but modification requires exclusive access

Initial call where the issue happens is

tableView.addPullRefresh(options:refreshCompletion), which then cascades down to the method mentioned above.

Possibly caused by something similar to this:
Yalantis/PullToRefresh#72

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions