Build fails - how to debug.

main.lua is 

print “Hello”

but html5 build fails. Console displays:

HTML5 builder started

Using existing index.html

Using existing index-debug.html

ERROR: Runtime error

?:0: attempt to index a nil value

stack traceback:

?: in function ‘?’

?: in function <?:631>

Program completed in 21.38 seconds (pid: 3710).

Is there a place I can find out more information?

Also I once saw someone else had a different build - a command line build - but I can’t find it again. If someone knows the link, pls tell me, and I will try that build.

ok, i got it to work – deleted images.xcassets LaunchScreen.storyboardc package.lua – then it built.

build.settings allows you to exclude files.  I don’t know what package.lua is. That doesn’t sound like one of our standard files.

Rob

ok, i got it to work – deleted images.xcassets LaunchScreen.storyboardc package.lua – then it built.

build.settings allows you to exclude files.  I don’t know what package.lua is. That doesn’t sound like one of our standard files.

Rob