hi all, just a little problem ive been getting while building and its been giving me a headache, i know its something small ive done but i cant seem to figure it out even after trying all kinds of things the simulator has told me to try.
heres my build settings file:
[code]
settings = {
orientation =
{
default = “portrait”,
},
iphone =
{
plist=
{
UIAppFonts =
{
“font.ttf”
}
UIStatusBarHidden=true,
UIApplicationExitsOnSuspend = true
},
},
}
[code]
and here is the build error i recieve:
Syntax error: /Users/Boydy/Desktop/BBQ/build.settings:14: ‘}’ expected (to close ‘{’ at line 9) near ‘UIStatusBarHidden’ [import]uid: 19919 topic_id: 13066 reply_id: 313066[/import]

[import]uid: 52491 topic_id: 13066 reply_id: 48054[/import]