Corona crashes while trying to build for iPhone

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]

You are missing a comma after:
UIPrerenderedIcon = true
What build is this? I thought we already fixed this problem.
[import]uid: 7563 topic_id: 30177 reply_id: 120830[/import]

Do you have the fonts listed a resource? [import]uid: 33455 topic_id: 30177 reply_id: 120897[/import]

thanks ! It worked :slight_smile: [import]uid: 126619 topic_id: 30177 reply_id: 120969[/import]

You are missing a comma after:
UIPrerenderedIcon = true
What build is this? I thought we already fixed this problem.
[import]uid: 7563 topic_id: 30177 reply_id: 120830[/import]

Do you have the fonts listed a resource? [import]uid: 33455 topic_id: 30177 reply_id: 120897[/import]

thanks ! It worked :slight_smile: [import]uid: 126619 topic_id: 30177 reply_id: 120969[/import]