Get a fatal error in unity CIL linker

When I use IL2CPP to compile the sample scene which is automatically created, I always have the fatal error

Fatal error in Unity CIL Linker
Mono.Linker.Steps.XmlResolutionException: Failed to process XML description: C:\Program Files\Unity\Editor\Data\PlaybackEngines\AndroidPlayer\Whitelists\Core.xml ---> System.MissingMethodException: Method not found: '!!0[] System.Array.Empty()'.

My unity version is 2018.2.5f1 personal on Windows. Any one have the same problem or have an ideal of solving the problem?

I have the same problem,

I has create 3 issues but so far that QA of unity has not given me a solution, and the alternative I did using the fail il2cpp es build with mono backscript and then export to android studio project and after add the arm64 bit folder artificially with a copy of the armabi-v7a, build well and is accepted by google play but it fails to start the application

https://forum.unity.com/threads/il2cpp-fail-build.739445/