Search Issue Tracker
Duplicate
Votes
0
Found in
2019.4
2020.3
2020.3.16f1
2021.1
2021.2
2022.1
Issue ID
1363808
Regression
No
Xcode export generates PRODUCT_NAME_APP = "ProductName" instead of actual Product Name when using symbols
How to reproduce:
1. Create a new project
2. Go to Project Settings (Edit>Project Settings>Player)
3. In the Product Name write symbols "!!!"
4. Go to File>Build Settings choose iOS and build a project
5. Open generated Xcode file
6. Go to Build Settings>Packaging>Product Name
Expected result: Product Name is the same as written in 3rd step "!!!"
Actual result: Product Name is "ProductName"
Reproducible with: 2019.4.30f1, 2020.3.19f1, 2021.1.22f1, 2021.2.0b13, 2022.1.0a10
Notes:
Also the same result with the other symbols: "@", ","(comma), "/", "(", ")", "$", "#"
No issue with: "."(period), "-"
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
This is a duplicate of issue #1352216