No ContentOrientation and No UISupportedInterfaceOrientations message.

When running an app on beta 8 I get this message every time the app runs at the top of the build log window:
There is no (ContentOrientation) default for the (/Users/Joe/Desktop/game.app/Info) domain.
Defaults have not been changed.
2010-09-14 16:10:15.873 defaults[11103:607]
There is no (UISupportedInterfaceOrientations) default for the (/Users/Joe/Desktop/game.app/Info) domain.
Defaults have not been changed.

Now I am using the build.setting:
settings = {

orientation = {
default = “landscapeRight”,
supported = { “landscapeLeft”, “landscapeRight”,},
},

}

and also the config.lua
application =
{
content =
{
width = 320,
height = 480,
scale = “letterbox”,
fps = 30,
antialias = false,
},
}

So what am I missing here? [import]uid: 4374 topic_id: 2056 reply_id: 302056[/import]

Does the app work as expected and this is just a false warning message?

-Tom [import]uid: 7559 topic_id: 2056 reply_id: 6127[/import]

Yes thankfully everything is working I just thought I was missing something being the error came up. Thanks. [import]uid: 4374 topic_id: 2056 reply_id: 6138[/import]