Question

I added a second target to my iOS game to craft a lite version. Then I added all common resources to the second target, including texture atlases, by checking the target in "Target Membership" in the File Inspector.

When I launch it, it says stuff like

2014-03-01 14:33:13.715 LE Lite[377:60b] SKTexture: Error loading image resource: "LE_Rocketship_Hull.png"

Does anyone see what I'm missing here? I already relaunched Xcode and cleaned the build folder with no effect.

Was it helpful?

Solution

Set the "Enable Texture Atlas Generation" flag under the SpriteKit Deployment Options.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top