Statically link System.Native into the final exe on ios, since the pinvoke mapping...
authorZoltan Varga <vargaz@gmail.com>
Thu, 11 Feb 2021 02:03:26 +0000 (21:03 -0500)
committerGitHub <noreply@github.com>
Thu, 11 Feb 2021 02:03:26 +0000 (21:03 -0500)
commitbb37a366a66684f7ed63e6651e102b1ffd9b152f
treec5cd7a185f20079f2b231e65f6500d523d58b50f
parentc9a135517fe9970bf1ea2917b86e132eda883f9c
Statically link System.Native into the final exe on ios, since the pinvoke mapping maps calls to it to __Internal. (#48135)

Fixes https://github.com/dotnet/runtime/issues/47581.
src/tasks/AppleAppBuilder/Xcode.cs