Search Issue Tracker
Fixed in 2018.2.X
Fixed in 2017.2.X, 2017.3.X
Votes
0
Found in
2017.2.0f3
Issue ID
962771
Regression
Yes
[IL2CPP][Android] Unity CIL Linker fails to run when compiling assemblies that use code specific to iOS
Android builds fail when assemblies that utilize iOS code are used in the project, even though the code isn't used directly. This affects projects with Unity IAP enabled in some instances.
Steps to reproduce:
1) Open the attached project (repro.zip).
2) Build for Android.
The build fails; error message appears in the console:
Fatal error in Unity CIL Linker
System.NullReferenceException: Object reference not set to an instance of an object.
at UnityLinker.AddUnresolvedStubsStep.GetTypeModule(TypeReference type, AssemblyDefinition[] assemblies)
at UnityLinker.AddUnresolvedStubsStep.Process()
at Mono.Linker.Steps.BaseStep.Process(LinkContext context)
at Mono.Linker.Pipeline.Process(LinkContext context)
at UnityLinker.UnityDriver.Run()
at UnityLinker.UnityDriver.RunDriver()
and also:
Failed running C:\Program Files\Unity2017.3.0f1\Editor\Data\il2cpp/build/UnityLinker.exe <...>
Exception: C:\Program Files\Unity2017.3.0f1\Editor\Data\il2cpp/build/UnityLinker.exe did not run properly!
This does not reproduce with Mono.
This does reproduce with .NET 4.6 and 3.5 scripting runtime versions. Engine Code Stripping has no effect as well.
Reproduced on:
2017.3.0f1, 2017.2.0f3, 2017.1.0a3, 5.6.4p1, 5.6.2f1
Did not reproduce:
2018.1.0a6, 5.5.5p2, 5.5.0b4
Couldn't test: 5.6.0b4
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Unity Cloud icon does not appear next to project and does not connect correctly when the project is created with Cloud but closed right after creation
- ScrollerSlider in the Scroller Control is still using UXMLTraits
- Crash on ExtractHandles when shutting down the Editor in a specific scene while Burst jobs are in progress
- Unity Hub closes with no "Project is currently open" window when selecting an already open project from the Projects list
- The Hub freezes indefinitely when copy/pasting a lot of characters in the “Set project display name” Hub window since it has no character limit
Add comment