hi all, i got this error while i try to build my App on the device…
[bash]
Using additional build settings from: /Users/Andrea/Desktop/lua projects/takethattomato-0.4 copia/build.settings
2012-03-21 12:04:53.111 defaults[640:f07]
There is no (ContentOrientation) default for the (/Users/Andrea/Desktop/lua projects/takethattomato-0.4copia.app/Info) domain.
Defaults have not been changed.
2012-03-21 12:04:53.112 defaults[640:f07]
There is no (ContentOrientation) default for the (/Users/Andrea/Desktop/lua projects/takethattomato-0.4copia.app/Info) domain.
Defaults have not been changed.
2012-03-21 12:04:53.127 defaults[641:f07]
There is no (UISupportedInterfaceOrientations) default for the (/Users/Andrea/Desktop/lua projects/takethattomato-0.4copia.app/Info) domain.
Defaults have not been changed.
2012-03-21 12:04:53.129 defaults[641:f07]
There is no (UISupportedInterfaceOrientations) default for the (/Users/Andrea/Desktop/lua projects/takethattomato-0.4copia.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>
[/bash]
This is my build.settings:
settings =
{
orientation =
{
default = "landscapeRight",
supported =
{
"landscapeLeft", "landscapeRight",
},
},
iphone =
{
plist =
{
UIAppFonts =
{
"actionj.ttf"
}
},
},
}
Thanks for your support!
[import]uid: 70929 topic_id: 23679 reply_id: 323679[/import]