Search Issue Tracker
Duplicate
Votes
0
Found in
2018.3.0f2
Issue ID
1109482
Regression
No
[Mono][IL2CPP] builds fail with unknown arguments when Managed Stripping Level is enabled
Steps to reproduce:
1. Open user attached project
2. Build the game with managed stripping level enabled
Expected result: the game builds with Managed Stripping Level
Actual result: build fails with the following
Invoking UnityLinker with arguments: -out="D:\bosh\bosh\Temp\StagingArea\Data\Managed\tempStrip" -x="C:\Program Files\Unity\Hub\Editor\2018.3.0f2\Editor\Data\PlaybackEngines\AndroidPlayer\Whitelists\Core.xml"
...
C:\Program Files\Unity\Hub\Editor\2018.3.0f2\Editor\Data\il2cpp\build/UnityLinker.exe exited after 263 ms.
Failed running C:\Program Files\Unity\Hub\Editor\2018.3.0f2\Editor\Data\il2cpp\build/UnityLinker.exe -out="D:\bosh\bosh\Temp\StagingArea\Data\Managed\tempStrip" -x="C:\Program Files\Unity\Hub\Editor\2018.3.0f2\Editor\Data\PlaybackEngines\AndroidPlayer\Whitelists\Core.xml"
...
stdout:
Unknown arguments :
--include-directory=D:\bosh\bosh\Temp\StagingArea\Data\Managed
stderr:
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “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
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment