简体   繁体   中英

Debug/Distribution discrepancy in Xcode

I have searched and figured out how to change the name of my app (going through and changing the Product_Name) that shows up below the icon so now my app doesn't use the arbitrary name that I picked out when I started developing.

Now that I am using a distribution certificate - it goes back to the old one. I changed the name of the .app file under the Products menu and it shows up just fine during the "debug" time of Xcode. As soon as I change the Overview slider to "distribution" it reverts back to the old .app name and for the life of me I can't change it. What gives?

info.plist中有一个“捆绑显示名称”,可以更改设备图标下的名称。

Search for "Product Name" in the Project Settings screen. I'll venture a guess that there are two different settings there, one for the "Debug" and another for the "Distribution" configurations.

Alternatively, you can also directly edit the "Bundle Display Name" in the (YourAppName)-Info.plist file.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM