I need to create a bunch of cpShapes using SpaceManager and then iterate through them to join them together with constraints.
So I've tried storing them in an NSMutableArray, but I keep getting an incompatible pointer type. Does anyone know how I can accomplish this? Do I need to use something other than an array?
thanks
-t