Replies: 1 comment 5 replies
-
Thanks for the question. This generally means that the binary in question has not been built successfully. If you try building your app using the command line, you may get a different build error, or take a look at the very first build error from your build output in VS. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I try to compile a uno multi platform project for windows, wasm, android and ios. I've also referenced a multiplatform library which uses skiasharp. But the iOS platform gives me headache. I get 'CS0006: Metadata file 'D:\P\GdViewerControl.Views.Multi\obj\Debug\net8.0-ios\ref\GdViewerControl.Views.Multi.dll' could not be found' error while building.
Here is the binlog:
E3_CloudViewDemo_Multi_Debug_AnyCPU_Build_2024-09-02T07_04_02.8477278+02_00.binlog.zip
Csproj:
Beta Was this translation helpful? Give feedback.
All reactions