Open Therzok opened 2 years ago
--disable-ios-device
fails as well, with this:
Rolling back pack Microsoft.iOS.Sdk installation...
Rolling back pack Microsoft.iOS.Ref installation...
Rolling back pack Microsoft.iOS.Runtime.ios-arm installation...
Workload installation failed: microsoft.ios.runtime.ios-arm::15.2.302-ci.ui-thread-gen.34 is not found in NuGet feeds https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-ee0a97a0/nuget/v3/index.json;https://pkgs.dev.azure.com/dnceng/public/_packaging/dar
c-pub-dotnet-runtime-6dd808ff-1/nuget/v3/index.json;https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json;
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json;https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json;https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json;https://pkgs.dev.azure.com/xamarin/public/_packaging/macios-dependencies/nuget/v3/index.json;https://pkgs.dev.azure.com/azure-public/vside/_packaging/xamarin-impl/nuget/v3/index.json;/Users/therzok/Work/md/xamarin-macios/_build/nupkgs".
Description:
Install one or more workloads.
Will do a normal configure build. :D
Steps to Reproduce
./configure --disable-ios --disable-ios-device --enable-dotnet
make
Expected Behavior
Build succeeds.
Actual Behavior
Makefile dependency error is reported
Build Logs
Workaround
Editing
configure.inc
to haveINCLUDE_MACCATALYST=
doesn't fully do the trick.Error
``` /Users/therzok/Work/md/xamarin-macios/builds/downloads/dotnet-sdk-6.0.300-preview.22116.1-osx-x64/sdk/6.0.300-preview.22116.1/MSBuild.dll -nologo -distributedlogger:Microsoft.DotNet.Tools.MSBuild.MSBuildLogger,/Users/therzok/Work/md/xamarin-macios/builds/downloads/dotnet-sdk-6.0.300-preview.22116.1-osx-x64/sdk/6.0.300-preview.22116.1/dotnet.dll*Microsoft.DotNet.Tools.MSBuild.MSBuildForwardingLogger,/Users/therzok/Work/md/xamarin-macios/builds/downloads/dotnet-sdk-6.0.300-preview.22116.1-osx-x64/sdk/6.0.300-preview.22116.1/dotnet.dll -maxcpucount -restore -target:pack -verbosity:m -verbosity:quiet /bl FrameworksInRuntimesNativeDirectory.csproj /Users/therzok/Work/md/xamarin-macios/tests/test-libraries/nugets/FrameworksInRuntimesNativeDirectory/FrameworksInRuntimesNativeDirectory.csproj(93,5): error MSB4018: The "CreateFrameworkListFile" task failed unexpectedly. /Users/therzok/Work/md/xamarin-macios/tests/test-libraries/nugets/FrameworksInRuntimesNativeDirectory/FrameworksInRuntimesNativeDirectory.csproj(93,5): error MSB4018: System.IO.FileNotFoundException: /Users/therzok/Work/md/xamarin-macios/tests/test-libraries/frameworks/.libs/maccatalyst-x64/FrameworksInRuntimesNativeDirectory1.framework.zip /Users/therzok/Work/md/xamarin-macios/tests/test-libraries/nugets/FrameworksInRuntimesNativeDirectory/FrameworksInRuntimesNativeDirectory.csproj(93,5): error MSB4018: at System.Diagnostics.FileVersionInfo.GetVersionInfo(String fileName) /Users/therzok/Work/md/xamarin-macios/tests/test-libraries/nugets/FrameworksInRuntimesNativeDirectory/FrameworksInRuntimesNativeDirectory.csproj(93,5): error MSB4018: at Microsoft.DotNet.SharedFramework.Sdk.FileUtilities.GetFileVersion(String sourcePath) in /_/src/Microsoft.DotNet.SharedFramework.Sdk/src/FileUtilities.cs:line 23 /Users/therzok/Work/md/xamarin-macios/tests/test-libraries/nugets/FrameworksInRuntimesNativeDirectory/FrameworksInRuntimesNativeDirectory.csproj(93,5): error MSB4018: at Microsoft.DotNet.SharedFramework.Sdk.CreateFrameworkListFile.<>c.Should
INCLUDE_MACCATALYST
also be written whenINCLUDE_IOS
is disabled?