Corona Crashes with "Arabic" Text App name!

Hello

The corona crashed when I try to build my project using Corona SDK on Mac OS X Build 2011.591 and I enter the add name in Arabic Text name

Please Help!

Thanx [import]uid: 97925 topic_id: 17521 reply_id: 317521[/import]

What you need to do to give your app a name like this is to add this line to your build.settings file;

[lua]CFBundleDisplayName = “App name here”[/lua]

Although the file produced will be saved with an English name the app name on device will show as you entered it here.

Peach :slight_smile: [import]uid: 52491 topic_id: 17521 reply_id: 66620[/import]

Thanx for the tips :slight_smile: [import]uid: 97925 topic_id: 17521 reply_id: 66679[/import]