Error adding quotes to the app name.

Dear Corona Development Support

We are having a issue adding quotes to the application name.

During the build process appear a dialog saying “An error occurred during the build. Please consult the Console logs (or the corresponding Terminal window) for more details.”

In the terminal appears the following error message:

Using additional build settings from: /Users/leonardorojas/Desktop/Export/PoohEbook/build.settings
2011-06-23 10:20:30.059 defaults[1439:607]
There is no (ContentOrientation) default for the (/Users/leonardorojas/Development/Corona/Quote’sTest.app/Info) domain.
Defaults have not been changed.
2011-06-23 10:20:30.065 defaults[1440:607]
There is no (UISupportedInterfaceOrientations) default for the (/Users/leonardorojas/Development/Corona/Quote’sTest.app/Info) domain.
Defaults have not been changed.
Runtime error
?:0: attempt to index a nil value
stack traceback:
[C]: ?
?: in function ‘?’
?: in function ‘?’
?: in function <?:419>
We installed an application with the name “Quote’s Test” using Xcode and changing the “Bundle display name” on the Info.plist but Corona can’t create the application with the same name.

Our client really wants to use quotes in the app name.

Could you help us with this issue?
What can we do to generate an application with quotes in the name?
[import]uid: 65458 topic_id: 11595 reply_id: 311595[/import]

You can put the name in your build.settings file.

For example:

settings = { orientation = { default = "landscapeRight", supported = { "landscapeRight" } }, iphone = { plist = { UIPrerenderedIcon = true, UIStatusBarHidden = true, CFBundleIconFile = "Icon.png", CFBundleIconFiles = { "Icon.png", "Icon@2x.png", "Icon-72.png" }, UIApplicationExitsOnSuspend = false, CFBundleVersion = "0.2.1f", CFBundleDisplayName = "Quote's Test" } } } [import]uid: 6787 topic_id: 11595 reply_id: 42160[/import]

Thanks :smiley: [import]uid: 65458 topic_id: 11595 reply_id: 42539[/import]

Dear snarla:

where can I get the whole information of build.setting? I want to know what kind of parameter I can set up in the building.setting, but I can’t find the document.

Thanks
[import]uid: 28337 topic_id: 11595 reply_id: 48590[/import]