Search Issue Tracker
Fixed in 2022.1.X
Votes
1
Found in
2019.4
2020.3
2021.1
2021.1.13f1
2021.2
2022.1
Issue ID
1347730
Regression
No
Xcode project generated with Product Name containing chinese characters cannot be opened due to parse errors
Steps to reproduce:
1. Create a new project or open an existing one ("1347730.zip")
2. Use chinese characters for Product Name (Edit -> Project Settings -> Player)
3. In Build Settings check "Create Xcode Project" and build for standalone
4. Try to open the generated Xcode project
Expected result: The generated Xcode project is opened without an issue
Actual result: The generated Xcode project cannot be opened due to a parse error
Reproducible with: 2019.4.29f1, 2020.3.14f1, 2021.1.14f1, 2021.2.0b2, 2022.1.0a1
Can't test 2018.4 since the "Create Xcode Project" option is not available
Notes:
- When building for iOS, the project can be opened, but it either cannot be built to device because the Xcode build system crashes or once deployed to a device, the app cannot be opened due to parse related errors. There's also the last part of Bundle Identifier missing in Xcode i.e. "com.<companyname>."
- Tested with Pinyin-Simplified, Zhuyin-Traditional
- Can open the Xcode project when just Company Name is changed, but Bundle Identifier part of Company Name is missing in Xcode i.e. "com..<productname>"
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
- [Android][BiRP] Depth processing is handled incorrectly on certain Android devices when using 2 camera's
- [APV] Cancelling Display Dialog Error is thrown after Adaptive Probe Volumes tab is open in Lighting Window
- [APV] NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
- "OnTriggerExit2D" is called before "OnTriggerEnter2D" when object is destroyed immediately
Resolution Note (fix version 2022.1):
Fixed in 2022.1.0a3. Projects with non-ASCII product names will now create valid Xcode projects