Search Issue Tracker
By Design
Votes
1
Found in
2019.4
2019.4.25f1
2020.3
2021.1
2021.2
Issue ID
1336918
Regression
No
[IL2CPP] [iOS] build fails with error for type System.Configuration.Configuration
Reproduction steps:
1. Open customer's project from the drive link (cmd+f "usp=sharing")
2. Build for iOS
Expected result: the project builds successfully
Actual result: build fails with "System.Configuration.Configuration" error
Reproducible with: 2019.4.28f1, 2020.3.12f1, 2021.1.12f1, 2021.2.0b1
Could not test with 2018.4.36f1 (project breaks)
Does not reproduce with Mac Standalone build
Note: After upgrading the project from 2019.4 to higher streams the error expression will be different (no further information about what managed code was being converted is available), in the error check for "existing item was: `System.Void System.Configuration.Configuration...".
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
- HDRP 6-way VFX Shader is lit incorrectly when World coordinates are used
- 2D Sprite Renderer in front is affected by Sprites in the background when using Sorting Layers and a Shadow Caster 2D with Self Shadow
- Modifying UI Prefab child's Height only confirms the first 1 or 2 digits when the Scene is newly opened or the Prefab is newly created
- ProfilingSampler.Get() returns null and makes the Player only render black when building a Release Build
- Search text field visual controls for the Path binding in an Input Actions Asset is misaligned
Resolution Note (2022.1.X):
Project contained copies of System.Web.dll and System.Web.Services.dll in the Assets/Plugins folder. Overriding system DLL's by including them in the assets directory is not supported and will cause unexpected build errors.