Everything with the storyboard and scenes are running fine with no errors in the simulator, but on the iOS device I’m getting a runtime error.
Jan 23 12:47:11 iPhone APP[9276] <Warning>: Runtime error
?:0: attempt to index upvalue ‘?’ (a nil value)
stack traceback:
[C]: ?
?: in function <?:320>
?: in function ‘dispatchEvent’
?: in function ‘gotoScene’
?: in function ‘_onPress’
?: in function ‘_setSelected’
?: in function <?:232>
?: in function <?:218>
Are there any tools that I could use to try and track down the offending nil?
I’ll start systematically removing everything from the scene until it works…