1

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

Vivek
  • 72
  • 1
  • 9

1 Answers1

1

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 .

AzeTech
  • 623
  • 11
  • 21
  • Same problem for me Xcode 13.2.1, both for iOS 14 and 15 targets. I also get the "warning" Could not find bundle inside /Library/Developer/CommandLineTools scntool this is probably related. I'll try the 12.5.1 version, iOS 14 should be enough to update my app. – SuanMei Feb 14 '22 at 11:17