Hi,
I am working with an app. Now problem is arising. whenever I try to build the project corona crashes. I think there is something wrong with buid.settings file. here is my build file
settings = {
orientation =
{
default = “portrait”,
},
iphone =
{
plist=
{
UIStatusBarHidden=true,
UIApplicationExitsOnSuspend = true,
UIPrerenderedIcon = true
UIAppFonts =
{
“League Gothic.ttf”
}
},
},
}
now if I remove the lines
UIAppFonts =
{
“League Gothic.ttf”
}
then app builds fine and runs on device but no font is displayed. Please guide me what can be wrong and how to correct it. I will be thankful.
Mueed [import]uid: 126619 topic_id: 30177 reply_id: 330177[/import]
[import]uid: 126619 topic_id: 30177 reply_id: 120969[/import]