Change iOS executable app name

Posted by Daniel Vela on May 23, 2011 · 1 min read

The correct way to change the executable name of an iOS app is to change the Product name in the target settings.

It must be in the target settings. if you change the executable name in the project plist file you can get code signing errors like: “object file format invalid or unsuitable”