-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Description
I try to build coreclr iOS with Release
./build.sh clr+clr.runtime+libs+packs -os ios -arch arm64 -c Release
hit the error:
/Users/xxx/.nuget/packages/microsoft.dotnet.sharedframework.sdk/11.0.0-beta.25528.108/targets/sharedfx.targets(305,5): error : The following files are missing entries in the templated manifest: [/Users/xxx/Documents/codesigner-ui/runtime/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.CoreCLR.sfxproj]
/Users/xxx/.nuget/packages/microsoft.dotnet.sharedframework.sdk/11.0.0-beta.25528.108/targets/sharedfx.targets(305,5): error : libclrinterpreter.dylib. Add these file names with extensions to the 'PlatformManifestFileEntry' item group for the runtime pack and corresponding ref pack to include them in the platform manifest. [/Users/xxx/Documents/codesigner-ui/runtime/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.CoreCLR.sfxproj]
and build coreclr browser package also hit error.
kotlarmilos