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
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
- Character animation freezes when toggling animator on/off in a coroutine
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
Add comment