I need help. I have a SpriteKit Scene and use the update function for changing a property of the Scene. This property is used for a Circle View in the ZStack. When I am tapping the Button, there is a memory leak detected in the leakage tool of Xcode. Is this a bug or why could this happen? The button only is printing something on the console.
import SpriteKit
}
}
The Leak is: NSXPCConnection remoteObjectProxyWithErrorHandler
If I change the button to: }
then there is appearing this library between the QuartzCore in the Malloc 64 Byte entry:
"AXCoreUtilities"
I really hope that there is anybody who knows what's going on here. Thanks for any answers.
0
0
765