Where is the problem:
Corona Simulator Console
WARNING: issue found in build.settings:
sep. 21 07:00:36.400 WARNING: deprecated key: settings.iphone.plist.UIAppFonts (string)
build.setting File
settings = {
orientation ={default = “landscapeLeft”,
supported = { “landscapeRight”, “landscapeLeft”, }
},
splashScreen ={enable = false},
iphone =
{
plist =
{
UIAppFonts = { “DroidSansMono.ttf”},
UIStatusBarHidden = true,
CFBundleIconFiles =
{
“Icon-167.png”,
“Icon-Small-40.png”,
“Icon-Small-40@2x.png”,
“Icon-72.png”,
“Icon-72@2x.png”,
“Icon-76.png”,
“Icon-76@2x.png”,
“Icon-Small-50.png”,
“Icon-Small-50@2x.png”,
},
},
},
}