How to change app display name in Xcode 8 to add a

2020-05-25 03:15发布

I am trying to put a space in my app name (standalone sticker pack) in Xcode 8. The solutions I've seen on here are to change the Product Name (in packaging) or to change the "Bundle Display Name".

I've changed the product name and that hasn't worked (I cleaned, rebuilt, reset content and settings in simulator and logged out of xcode, logged back in and rebuilt app).

I can't see "Bundle Display Name" anywhere. Should I add it and if so, how do I do that?

I've read the thread How to change the name of an iOS app? and done the suggestions, but it's still showing in simulator and testflight without the space. Have I missed something?

标签: ios xcode
8条回答
Root(大扎)
2楼-- · 2020-05-25 04:17

Goto Info.plist and add "Bundle display name" and set your rename in value box make sure the Bundle display name type is a string run the project automatically it will be changed

查看更多
欢心
3楼-- · 2020-05-25 04:18

After changed Bundle display name make a Clean of project.

enter image description here

查看更多
登录 后发表回答