문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top