I am trying to load a texture 1024x2048 in the iPhone Retina (4-inch)
After instantiating via atlasWithContentsOfFile the object is nil
Btw I am using ARC so its not an issue of manually retaining the object.
I set some breakpoints into the Sparrow source and I do see that the XML is being parsed succesfully and in the constructor it is returning self...
I am so confused as to why this is happening.