Home > other >  Scenekit Xcode Template ( BoilerPlate) code crashes in runtime, Xcode 13, 2021
Scenekit Xcode Template ( BoilerPlate) code crashes in runtime, Xcode 13, 2021

Time:10-07

I have started to learn Scenekit, The starting template code in Xcode for Game app crashes during runtime on simulator.I have set deployment target as iOS 15. I have attached screenshots below,

The Crashed Line of code

Folder layout

The Folder layout is shown above.

Most tutorial shows the first run successful.

I'm using MacBook Air, i5

Update 1:

The asset Ship is also present in folder enter image description here

CodePudding user response:

I tried with Xcode 12.5 and iPhone 14.5, this crash didn't occur, may be in higher Xcode version and OS produces it.

If it occurs to other developers, could be bug from Apple in latest OS & version.

Just try with lowest version for time being if you want to just ignore crash .

  • Related