Why can't I build with & in the Application Name?

I need my application name to be something like “Search & Find” so that “Search & Find” displays below the icon on the device. Every time I try to build I get the following error -


warning: iPhone/iPod Touch: application executable is missing a required architecture. At least one of the following architecture(s) must be present: armv6 (-19033)
/Users/davey/Desktop/BUILDS/Search&Find.app: object file format invalid or unsuitable

  • (null)

warning: Unable to extract entitlements from application: (null) (-19045)

If I do just “Search Find” it works so I assume it does not like the “&”. Is there a way to do a build with an “&” in the Application Name or another way to set the name that displays below the icon on the device?

I have other apps on my device that have an & in the name so I’m not sure why I get this Corona error.

  • davey [import]uid: 7845 topic_id: 9582 reply_id: 309582[/import]

Just found it on another thread, thanks @tetu

you can, just add this to the plist table in build.settings

CFBundleDisplayName="Search & Find", [import]uid: 7845 topic_id: 9582 reply_id: 34972[/import]

Oh cool; Thanks for asking that. I can use that too!!

[import]uid: 16527 topic_id: 9582 reply_id: 34974[/import]