Reputation: 505
I try to test my SpriteKit Game in TestFlight. But when I install the Build via TestFlight the App just shows a gray screen with my AdMob Banner which I have integrated in the Storyboard. But it seems that the whole GameScene is not loaded. Installing directly with the cable works fine.
Could it be related to the fact that I have deleted the GameScene.sks file?
I also get this error message some times:
I am using Xcode 6.3 and Swift 1.2
Upvotes: 0
Views: 48
Reputation: 505
Okay, I solved the problem. The problem was, that I deleted the GameScene.sks file. I restored the file an now it works.
Upvotes: 1