Hello,
I’m trying to build my app, which runs fine in the Corona Simulator. But I get this strange error:
“Using additional build settings from: path.to.file/build.settings
Runtime error
?:0: attempt to index a nil value
stack traceback:
[C]: ?
?: in function ‘?’
?: in function ‘?’
?: in function <?:434>”
When I remove the build.settings, the app builds but shows a black screen after the trial message in the iOS simulator.
In the build.settings file:
“settings =
{
iphone =
{
plist =
{
UIStatusBarHidden = true,
UIAppFonts =
{
“Bradley.ttf”
}
},
},
}”
I don’t know what is going wrong… It works perfectly in the corona simulator…
thanks… [import]uid: 82552 topic_id: 14164 reply_id: 314164[/import]
[import]uid: 52491 topic_id: 14164 reply_id: 52275[/import]