Using the sprite kit template that comes with Xcode, I modify the scene to be as follows :
#import \"MyScene.h\" @interface MyScene () @property (nonatomic,stro
I've the same problem.
Scene added one compound node (SKShape with SKSprite) then I removed this node from scene and added again(I got leak two nodes).
My leak is fixed with recreation compound node after remove from scene