How do I get the Xcode export running?

I’m using the legacy engine and the Xcode project won’t run.

Jumped a couple hurdles already.

  • At first it wouldn’t run at all but getting the Runtime package set correctly solved that.
  • There were still a ton of errors printed to the console, though, and all I saw on the simulator was a black screen.
  • ChatGPT suggested that the iOS 18 simulator might be to blame, and so I downloaded the 17.5 simulator, and a bunch of the errors went away, so that was a good tip.

But there are still a ton of console errors like this:

  • LuaError(lineNumber: 9223372036854775807, referringLine: 9223372036854775807, errorMessage: nil)

ChatGPT thinks the project should work correctly if we can fix those errors, but doesn’t know how to do it.

How do I fix those errors?

Xcode zip file attached for anyone who wants to take a look
Bestagons.zip (978.9 KB)