Search Issue Tracker
Duplicate
Votes
1
Found in
2017.1.0f3
Issue ID
938208
Regression
No
[iOS] .NET 4.6 build outputs machine.config to mono/2.0 instead of mono/4.0
When exporting an iOS project using the .NET 4.6 experimental support, the machine.config is placed in the mono\2.0 directory, but it should be in the mono\4.0 directory. Because of this, the machine.config file isn't found. This manifested itself in trying to call an https endpoint which failed since the definition of that protocol exists in the machine.config file.
Steps to reproduce:
1. Create a new project
2. Build for iOS
3. Go to Build folder > Data > Managed > mono
Expected behavior: inside mono folder, there is '2.0' folder.
Actual behavior: inside mono folder, there is '4.0' folder.
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
- Flickering bright white dots in the Scene when the Android Platform is selected and DX11 Graphics API is used with Iris(R) Xe Graphics GPU
- Inconsistent capitalization and misaligned text in multiple query blocks in Search window
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- WebGL sends wrong value with large numbers when SendMessage function is used
This is a duplicate of issue #938702