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
After switching to mergeable libraries Nuke is crashing. Upon debugging below is the trace which I get in Xcode organiser
My probable guess is memoryPressure was in suspended state, this could be easily fixed by replacing memoryPressure.resume() with memorySource.activate()
The text was updated successfully, but these errors were encountered:
After switching to mergeable libraries Nuke is crashing. Upon debugging below is the trace which I get in Xcode organiser
My probable guess is memoryPressure was in suspended state, this could be easily fixed by replacing
memoryPressure.resume()
withmemorySource.activate()
The text was updated successfully, but these errors were encountered: