Search Issue Tracker
Fixed in 2019.2.X
Fixed in 2018.4.X, 2019.1.X
Votes
1
Found in
2018.1.0a1
2018.3.5f1
Issue ID
1129177
Regression
Yes
Unity does not add a reference to UnityEditor.iOS.Xcode for any project files except Assembly-CSharp-Editor
To reproduce:
1. Open attached project "BugRepro.zip"
2. Open C# project with Visual Studio by right clicking on Assets folder and pressing Open C# project
3. In Visual Studio press Build > Build All
Expected result: the project is built
Actual result: getting this error in Visual Studio:
Error CS0234: The type or namespace name 'Xcode' does not exist in the namespace 'UnityEditor.iOS' (are you missing an assembly reference?) (CS0234) (MyAsmDef)
Reproduced on:
2018.1.0a1 2018.3.0a1 2018.3.5f1 2019.1.0b3 2019.2.0a6
Not reproduced on:
2017.4.21f1
Notes:
After building on newer versions, the build will fail on 2017.4 versions.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Add comment