pull-to-refresh icon indicating copy to clipboard operation
pull-to-refresh copied to clipboard

Simultaneous accesses - xcode 9 beta 3

Open ilyas91 opened this issue 7 years ago • 3 comments

Simultaneous accesses to 0x1084d07e8, but modification requires exclusive access

in

override open func observeValue(forKeyPath keyPath: String?, of object: Any?, change: [NSKeyValueChangeKey : Any]?, context: UnsafeMutableRawPointer?) { if context == &ESRefreshComponent.context { guard isUserInteractionEnabled == true && isHidden == false else { return } if keyPath == ESRefreshComponent.contentSizeKeyPath { if isIgnoreObserving == false { sizeChangeAction(object: object as AnyObject?, change: change) } } else if keyPath == ESRefreshComponent.offsetKeyPath { if isIgnoreObserving == false { offsetChangeAction(object: object as AnyObject?, change: change) } } } else {

    }
}

ilyas91 avatar Jul 14 '17 11:07 ilyas91

I'm facing the same issue as well, @ilyas91 did you happen to solve it?

arshak-tekticks avatar Jul 19 '17 09:07 arshak-tekticks

@arshak-tekticks no :(

ilyas91 avatar Jul 19 '17 11:07 ilyas91

You all may want to follow this issue https://bugs.swift.org/browse/SR-5439

jgavris avatar Jul 19 '17 21:07 jgavris