You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to pack a class library project which references SkiaSharp.Views.Forms.
Doing so via msbuild -t:pack does result in the error shown below, expecting some kind of manifest.
With version 1.68.3 of SkiaSharp this worked just fine.
Creating the missing manifest file manually in the expected location fixes the process, but that's not really a fix.
Expected Behavior
The package can be packed just like before.
Actual Behavior
The pack process fails in the last step with the following error message:
".../SkiaSharpAppiOS/SkiaSharpAppiOS/ClassLibraryiOS/ClassLibraryiOS.csproj" (pack target) (1) ->
(GenerateNuspec target) ->
.../.nuget/packages/nuget.build.tasks.pack/5.6.0/build/NuGet.Build.Tasks.Pack.targets(198,5): error :
The file '.../SkiaSharpAppiOS/SkiaSharpAppiOS/ClassLibraryiOS/bin/iPhoneSimulator/Debug/Native.ClassLibraryiOS.manifest' to be packed was not found on disk.
[.../SkiaSharpAppiOS/SkiaSharpAppiOS/ClassLibraryiOS/ClassLibraryiOS.csproj]
Description
I am trying to pack a class library project which references SkiaSharp.Views.Forms.
Doing so via
msbuild -t:pack
does result in the error shown below, expecting some kind of manifest.With version 1.68.3 of SkiaSharp this worked just fine.
Creating the missing manifest file manually in the expected location fixes the process, but that's not really a fix.
Expected Behavior
The package can be packed just like before.
Actual Behavior
The pack process fails in the last step with the following error message:
Basic Information
Reproduction Link
Created a minimal setup to test this (see the readme for detailed instructions):
https://github.com/samtun/SkiaSharpPack
The text was updated successfully, but these errors were encountered: