Xcode iOS Sprite Kit Game Doesn't Show Images

2019-09-10 03:50发布

问题:

I have uploaded a video to better explain my problem and to show you exactly what is happening. Here is the video https://www.youtube.com/watch?v=TBmLqK4sqWc

I am making my first iOS game using Sprite Kit but can't seem to get the game working on iOS 7. The game runs just fine on iOS 8.1 simulator and ever works on my actual device (iPhone 6) running iOS 8.

The problem is that images do not show on iOS 7. They don't show on iOS 7 simulator and they do not show on an actual device running iOS 7, I tested it.

I don't think it has to do with the way I am naming the images because it works fine on iOS 8. However, I am loading the images by dragging and dropping them into a folder in the project named images. These images are named like image@2x.png then I load the images with the name 'image' as a sprite node.

Has any one had this issue before? What could be my problem?