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]