UWP Release - ILT0014: Failed to compile interop source code. See the build log for error detail

  • Thread starter Thread starter KevinDeery
  • Start date Start date
K

KevinDeery

Guest
Ive searched the internet far and wide for weeks on this issue. Its extremely frustrating with the volume of difficulties when building UWP apps.

All Nuget packages are up to date
Microsoft.NETCore.UniversalWindowsPlatform 6.2.8


Error ILT0014: Failed to compile interop source code. See the build log for error details. Cinema Box ...\.nuget\packages\microsoft.net.native.compiler\2.2.3\tools\Microsoft.NetNative.targets 801 Build


Line 801 code block
<LoggerBasedExecTask
Condition="'$(UseDotNetNativeLogger)'=='true'"
Application="$(_IlcExePath)"
Parameters="$(_IlcInvocationParameters)"
MessageLog="$(_IlcIntermediateRootPath)ilclog.csv"
UseCommandProcessor="false"
>
<Output TaskParameter="ExitCode" PropertyName="_IlcExitCode" />
</LoggerBasedExecTask>


I have run a full repair on VS but the issue remains. Im stuck but not giving up :)


Thanks for any help

Kevin

Continue reading...
 
Back
Top