Build Settings Error?

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]

Well for one thing you’ll get rejected if your app doesn’t rotate to also support landscapeLeft - but try this;

[code]
settings =
{
orientation =
{
default = “landscapeRight”,
supported =
{
“landscapeRight”, “landscapeLeft”
},
},

iphone =
{
plist =
{
UIPrerenderedIcon = true,
CFBundleIdentifier = “com.yourname.appname”,
CFBundleDisplayName = “Name that shows on iPhone”
},
}

}
[/code] [import]uid: 52491 topic_id: 13101 reply_id: 48183[/import]

Thanks but I am still getting the same errors. [import]uid: 75783 topic_id: 13101 reply_id: 48251[/import]

What version of Corona are you currently using? [import]uid: 52491 topic_id: 13101 reply_id: 48314[/import]

Hey,

Downloaded in 2 days ago on OS Lion. I found out it may be due to the incompatability with Lion.

BTW I got this error while logging in which may be due to the website update:
Validation error, please try again. If this error persists, please contact the site administrator.
User ID cannot be identified.

The thread subscription email is little confusing. You guys should move the unsubscribe link below the message. Just somethings that could be improved on :slight_smile: [import]uid: 75783 topic_id: 13101 reply_id: 48318[/import]

Thanks for letting us know about the error. As to the unsubscribe link, I shall bring it up in our next meeting :slight_smile: [import]uid: 52491 topic_id: 13101 reply_id: 48557[/import]