Open AdamMoffitt opened 6 years ago
As a temporary workaround, I have removed the exclusive access check in build settings:
@sanketfirodiya is this still working for you? I dont see no enforcement as an option as of xcode 10
Even when I turn all exclusive access to memory off i still get the same issue
Report a bug
In line 98 and 126 of PullToRefresh.swift, the following warning is generated: Simultaneous accesses to 0x104e18828, but modification requires exclusive access
line 98: if (context == &KVOContext && keyPath == contentOffsetKeyPath && object as? UIScrollView == scrollView) {
line 126: else if (context == &KVOContext && keyPath == contentSizeKeyPath && object as? UIScrollView == scrollView) {
I believe this is an issue from Swift 4 monitoring simultaneous access more carefully.
Your Environment
Stack
Installation Source
Plugins
Podfile