Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.4
2019.4.11f1
2021.1
Issue ID
1283254
Regression
No
[tvOS] build xcodeproj file is named Unity-iPhone even though the build is for AppleTV
Reproduction steps:
1. Create a new project
2. Build for tvOS
3. Open build folder
4. Inspect the name of the xcodeproj generated
Expected result: the project name is Unity-AppleTV or Unity-tvOS (or something along those lines that would indicate that the build is for AppleTV)
Actual result: xcodeproj file is named Unity-iPhone (this name is also displayed in Xcode build status bar which makes it confusing)
Reproducible with: 2018.4.29f1, 2020.1.0a5
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
- "DateTime.Now" in the UK timezone does not adjust when the British Summer Time is active
- "Unsupported source texture format (7) in ComputeNextMipLevel" error is shown and the texture atlas is corrupted when the texture format "RGB Compressed ETC2 4bits" is selected
- The label that uses data binding is no longer updated at runtime when `INotifyBindablePropertyChanged` reloads updates of the VisualTreeAsset in UIDocument
- HDRP Graphics "High Quality Line Rendering" is missing a documentation link
- HDRP Graphics "Screen Space Global Illumination" has a link to a wrong documentation
Resolution Note:
Changing this would potentially break user automation (our automation too).