xcode - iOS App Name doesn't appear -
App name is not visible in both
app icon Your suggestion is about what could be wrong with the simulator and the device
The following are the things I have investigated:
-
[Project's Name]. Plist went to and got one key: bundle name with value: $ {PRODUCT_NAME}
The project name and name are clicked on the name field of the file inspector
application to use the application.plist application bundle to set the display name
CFBundleDisplayName Or if you want to give a custom name,
$ {PRODUCT_NAME} string
Comments
Post a Comment