I am getting this in console while building for iPhone:
Using additional build settings from: /Volumes/Public/Apps/Bounce/build.settings
2011-08-01 13:35:00.126 defaults[1096:f07]
There is no (ContentOrientation) default for the (/Users/komirad/Desktop/Bounce.app/Info) domain.
Defaults have not been changed.
2011-08-01 13:35:00.127 defaults[1096:f07]
There is no (ContentOrientation) default for the (/Users/komirad/Desktop/Bounce.app/Info) domain.
Defaults have not been changed.
2011-08-01 13:35:00.138 defaults[1097:f07]
There is no (UISupportedInterfaceOrientations) default for the (/Users/komirad/Desktop/Bounce.app/Info) domain.
Defaults have not been changed.
2011-08-01 13:35:00.139 defaults[1097:f07]
There is no (UISupportedInterfaceOrientations) default for the (/Users/komirad/Desktop/Bounce.app/Info) domain.
Defaults have not been changed.
Runtime error
?:0: attempt to index global 'NSDictionary' (a nil value)
stack traceback:
[C]: ?
?: in function '?'
?: in function '?'
?: in function <?:419>
My build.settings file:
settings = {
orientation =
{
default = "landscapeRight",
},
iphone =
{
plist=
{
UIStatusBarHidden=true,
},
},
}
[import]uid: 75783 topic_id: 13101 reply_id: 313101[/import]
[import]uid: 75783 topic_id: 13101 reply_id: 48318[/import]