LT0014: Failed to compile interop source code. See the build log for error details

Kevin Deery 11 Reputation points
2020-05-08T11:05:19.677+00:00

Hi All

Ive searched the internet far and wide for weeks on this issue. Its extremely frustrating with the volume of difficulties when building UWP apps. I have a number of critical fixes which my users have reported so its important to get this release before more poor reviews are reported on the store.

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

Line 801 code block of native complier

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

any help on this would be great

Thank you
Kevin

Universal Windows Platform (UWP)
{count} votes

1 answer

Sort by: Most helpful
  1. Kevin Deery 11 Reputation points
    2020-05-08T14:51:08.98+00:00

    Hi!

    The issue is resolved, EASendEmail nuget package was the problem

    Release build now

    Ill get to work changing my code that called into this library and raise the problem with them

    Thanks for looking
    Kevin

    1 person found this answer helpful.